Tagged Questions
iOS is Apple's operating system for mobile devices, such as the iPhone, iPod touch, iPad and Apple TV (2nd generation and up). Much is shared with OS X, but iOS is optimized for touch-based interfaces.
0
votes
0answers
5 views
Vcard size limit when opening in contacts app
I'm trying to launch the ios contacts app from my app to open a vcard file with UIDocumentInteractionController. When I test with vcards with 500 contacts, I have no problems opening them with ...
0
votes
0answers
7 views
Wait until a user presses the OK button in the Facebook Dialog iOS
I've got some questions about async tasks etc.
My application performs a number of actions:
LogIn via Facebook account (Using Facebook iOS SDK 3.1)
LogOut from application.
Other functions.
My ...
-2
votes
0answers
12 views
Anybody tried to upload build greater than 800MB on Test Flight
Any one tried to get extra space on test flight to upload ios application.
Will they charge for this. Any help on this will be appreciated.
-1
votes
0answers
6 views
libpd: Crackling when the keyboard presents
I've integrated a libPd patch in iOS.
When presenting the keyboard there's some crackling sounds.
How would I go about debugging this?
1
vote
0answers
11 views
UIView block animation: how to put view back in initial state without a strange effect?
i've succesfully animated a simple rectangle view on the main screen (using UIView.Animate) by setting its Transform property, using rotations and translations.
In the end of the animation, i run ...
1
vote
0answers
15 views
GEt Gmail credentials in ios
i am trying to implement the Login with Gmail functionality in my app. I have done all the steps to register my app on google api.
Gmail login is done successfully. but i really don't how may get the ...
-1
votes
0answers
4 views
DOI based search api for mobile
I am looking for either doi to isbn convertor api or book details using the doi. I searched a lot and found xisbn and google apis but both search on isbn, can anyone if known suggest an api for doi ...
0
votes
7answers
37 views
Timer is not updating the current seconds
I am trying to create a timer that gets the current time in seconds updates in every 2 seconds.
My problem is that I get the current time in seconds but I am not sure why my timer is not getting ...
1
vote
0answers
20 views
Performance issue with Core Data
I have a performance issue with my Core Data save.
I have about 10 Entities in my database where most of them are linked together with one-to-many relationships. After my import there are about 5000 ...
1
vote
0answers
14 views
How to use int i= cat_iamgeId instead of int i=0
I have id value and product_image value in database. Image is associated with id value. I'm setting productimg_array image values to buttons for click. SO, here i need to set the id value to this ...
1
vote
1answer
30 views
Expression not assignable
I am assigning value of latitude and longitude from one viewcontroller which are declared in another viewcontroller.
but I am getting an error expression is not assignable
Here is my code:
...
0
votes
0answers
9 views
how to add multiple operation in progress bar using ASINetworkQueue
i am using ASINetworkQueue for downloading images from server and progressbar correctly showing download images but after downloading database insertion take 3 to 4 mins for insertion so i want ...
0
votes
0answers
10 views
keep size and position of a CALayer or UIView on a UIScrollView while Zooming like pin on map
I'm trying to find a way to keep the position and size of a dot on a uiscrollview like a pin on a mkmapview does but I can't figure out what to put in the
- (void)scrollViewDidZoom:(UIScrollView ...
-1
votes
2answers
48 views
indexPath.row not giving correct value in tableView custom cell iOS
I made custom cell with scrollViewon right side of the cell and imageView on left side. Now when I click on imageView I get correct value for indexPath.row, but when I click on scrollView ...
0
votes
0answers
9 views
CG Raster Data - CGProviderCreateWithCopyOfData - Unable to Release?
I am trying to find the source of a memory leak as detailed here :
Unable to Release Quartz 2D and Core Text created Images
When I use instruments I can see that there is something called CG Raster ...