How to create a Dot Lock Screen in iOS application? [closed] - iphone

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
i want to create a Dot Lock Screen in my application similar to present in Android.
This lock screen should remember the previous movement of my finger so that if i perform the same movement again then it show the success message.
How can i do this?
Is there any opensource application available for this?

Related

How to capture photo programmatically without user interaction [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to capture a photo programmatically and without using camera app, without even notifying to the user. Actually this is for security app. Please let me know if its possible?
taking a picture without being the foreground app is not possible

'accerelate&decelerate scroll' like tiny tower (near lobby) in iphone? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How would I implement the accerelate/decerelating effect when scrolling as you would see near lobby in tiny tower game?
Would it be a scrollview under the hood?
-edit-
Would it be a more interesting question if it needs to be done in cocos2d-x?
http://getsetgames.com/2009/08/21/cocos2d-and-uiscrollview/
I used the above tutorial to successfully implement scrollview like UI with cocos2d-x.

how to show the single button in uilocalnotification [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Iam developing one application.In that i need to show the local notification with single button.So pease tell me how to show single button in notification.
Since iOS 5 the default setting is to use the Notification center, thus there is no more dialog with buttons any more.
Also you should not force a user to do something, thats bad design.

any idea how to develop Jewel game? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am trying to develop an iphone app in which matrix of jewel. if user alines same type of three or more jewel in a row/column, the lined jewels disappears and other jewels adjusts the space.
Similar to game Call of Atlantis.
Ref : http://imageshack.us/photo/my-images/146/img1253.png/
Can anybody give me how to begin ?
Any help would be appreciated.
Have a look at Geek Game Board. Should get you started.

monotouch startup window [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
just wondering how to set startup window of monotouch application...
Probably the same way you do in the standard environment. Create a image, put it in resources with the name "default.png". The application objects loads and displays it automatically.(Edit: Actually, I think the system displays the image while the app loads.)