How to NSLog an MPMediaItem ?
Or how to convert an MPMediaItem into an NSDictionary ? That’s pretty easy :
Or how to convert an MPMediaItem into an NSDictionary ? That’s pretty easy :
Do you want to present by yourself the list of available medias in the user iPod Library instead of having the MediaPickerController doing that ? Here is the good code for you 🙂
One hour, it is the time needed to find on the web a working workaround for that totally silly functionality added on Google Chrome.
You can create a static method like this: [crayon-600f15c8cce8e130912222/]
If your NSDictionary (or NSMutableDictionary) is named "myDictionary", just use : [crayon-600f15c8ccfe0706709627/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]
Here is a table compiling the list of interface element sizes useful for your application developments on iOS devices.
Following is the list of the font names & family really available on an iPhone :
Yes, this is a strange behaviour we can found in fact when the view that holds the UIActionSheet doesn’t goes to its end. In fact, it is visible especially on a child-view of a tabbarController.
Basic question, and sometimes we’re thinking of non « basic » answer because as a beginner, we’re not comfortable enough on using all magical stuff from objective-C/Cocoa… Well, in reality, we can let Quartz do that by itself 😀
Some beginners may have difficulties to insert into their SQL queries quotes like in « WPTechnology’s articles »…