1
vote
0answers
41 views
+50
Fetching X-GM-LABELS with objective-c (Gmail Labels)
My goal is to have a NSArray or NSSet with the labels that are attached to a specific Email in a Gmail account my app. My app mainly uses MailCore so that doesn't support this feature so extending it ...
0
votes
1answer
35 views
+100
KeychainItemWrapper migrating data throws error
I'm using the ARCified KeychainItemWrapper and having trouble migrating the data in one keychain item to another item. Basically I'm trying to copy the contents from an app specific item to a shared ...
2
votes
0answers
57 views
+100
Prevent iOS QuickLook from generating a cache
I'm using the QuickLook Framework in my iOS app to preview various files. I recently noticed that QuickLook is keeping a cache of all previewed files in my app's tmp directory. There are two issues ...
0
votes
2answers
64 views
+50
scrollview is showing only the last added subview
I am getting strange behavior with UIScrollView subviews, the idea is to create programmatically an instance of UIView with a customized nib file which is a form in my case, fill that form with data ...
0
votes
0answers
28 views
+100
ABPeoplePickerNavigationController shouldContinueAfterSelectingPerson return to search result
- (BOOL)peoplePickerNavigationController:
(ABPeoplePickerNavigationController *)peoplePicker
shouldContinueAfterSelectingPerson:(ABRecordRef)person {
DefaultContactSelectViewController ...