how to add and delete note in an iphone notes application [duplicate] - ios

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.

Related

is it possible to get info about another apps on iphone [duplicate]

This question already has answers here:
How can I check programmatically that list of applications are installed or not in iPhone
(2 answers)
Closed 4 years ago.
I'm doing an iOS app and I want to get some data about my users.
Is it possible to get information about another apps on user's phone? At list name of all apps on iphone, or last launching time?
Answered here: Check for installed apps on iOS 9 and 10
HackingwithSwift.com also has a good article on this: How to check whether your other apps are installed
The HWS video on this warns that "you may have to provide an explanation to the review team if you query too many apps or apps that aren't yours"

Custom Vibrations in iOS7 [duplicate]

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.

create itune like menu in ios [duplicate]

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

Is it a UIScrollView for facebook when switch view? [duplicate]

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.

How to change the category of an iOS App in the App Store [duplicate]

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.

Resources