This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
What's the best way to develop a sideswipe menu like the one in Facebook's new iOS app?
I also see it at path http://itunes.apple.com/us/app/path/id403639508?mt=8, so think is from apple official sdk, but do not know what it is ? Thanks
I believe that the Facebook app uses the Master Detail Xcode template, but if you are planning on creating an app similar in design I would recommend using the MFSideMenu iOS component.
Related
This question already has answers here:
Are there APIs for custom vibrations in iOS?
(2 answers)
Closed 8 years ago.
I've been looking around the web trying to see if anyone has been able to do custom vibration timing. I found information on iOS5 but it was only doable with non app store approved methods.
Is there any API's in iOS7 that will let me do this?
There are no new iOS 7 APIs for this. The private APIs you mentioned remain the only option.
This question already has an answer here:
Programmatically answer an incoming phone call on iPhone
(1 answer)
Closed 9 years ago.
Is it possible to programmatically answer a call in iPhone? I have already googled about this and found that iOS SDK does not support such feature. But I found an answering machine app in Appstore.
https://itunes.apple.com/in/app/prank-answering-machine-free/id508457142?mt=8
Please help me out.
No this is not possible, the iOS SDK does not allow any interaction with the phone.app.
Also the app you have found is a prank app, one that you start if you receive a call and the play back one the messages from the app.
No, that is not possible. The CoreTelephony framework lets your application receive notifications if there is any change in the call state, but there is no way to answer it.
The app that you mentioned does not say anything about answering a call, from what I can see.
I would say it depends. If you want to make a app and publish it in app store, its not possible. However if you want don't want to publish on app store and willing to use private api, then its possible. Refer this answer.
This question already has answers here:
cover flow in iphone [duplicate]
(2 answers)
Closed 9 years ago.
I want to create a menu like in mac itunes app with sliding
I want to create menu like this in my iphone application using ios 6 story board is it possible ? Can anybody find me a good tutorial for that thank you
You can try this tutorial : http://blog.objectgraph.com/index.php/2010/04/09/how-to-add-coverflow-effect-on-your-iphone-app-openflow/
I also found this on github : https://github.com/schwa/Coverflow
Cheers.
I suggest you try googling something along the lines of "ios coverflow example".
I did a search for you:
https://github.com/schwa/Coverflow
http://code4app.net/ios/Cover-Flow/4f7feab906f6e79f76000000
This question already has an answer here:
How to create notes in iPhone notes app programmatically
(1 answer)
Closed 9 years ago.
Is it possible to add or modify notes in iPhone notes application.. If any of you have any Idea regarding this means please share with me that will be very helpful for me. Thanks in advance..
No, this is not possible. Apple does not provide any API to interact with the notes app.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to change the primary category of the iPhone app after submission?
How do I go about doing this now that Apple has made it a pain in the neck? Is it still possible to do it with an update?
This isn't a programming question, but I can confirm that yes, the Category is editable when submitting a new version of your app. So you can change it with an update.