0
votes
2answers
20 views

Do you need to delete imported files from Documents/Inbox?

I've got an iOS app that imported files from an email attachment. I've noticed that once i'm finished with it it places the imported file into Documents/Inbox. Should my app be deleting these files ...
0
votes
1answer
22 views

Drawing the lines in iphone app using touches event

I am drawing the signatures using the touch event i have got the code from forum it works fine but problem is that it does not draw line correct like if we draw line as ali the it collapse ali in the ...
0
votes
2answers
37 views

iOS: ScrollView with clickable objects inside

The following lines of code represents objects that i insert into a scrollView. My problem is, none of the images inside the scrollview are drag-and-droppable. When the images are added alone, that ...
0
votes
1answer
40 views

UITableView: Can detect cell selection via tap gesture but not didSelectRowAtIndexPath

I have a UITableView embedded in a WEPopover. I can see the whole view and select cells except for the one at the bottom. Pressing the bottom row does not cause didSelectRowAtIndexPath to be invoked. ...
0
votes
1answer
21 views

UITableView delete button overlaps to content

I'm preparing a UITableView with a custom prototype cell having a UISwitch widget on the right side, and I'd like to let my users be able to delete rows. Everything is fine with that, except the fact ...
-1
votes
0answers
16 views

Implementing UIPickerView that have countries on it in Cocos2D

I need to implement a picker view con cocos2d which brings you a list of countries. Should I do this with a .plist with all the countries or is another way? How can you integrate an UIKit thing, in ...
0
votes
0answers
16 views

iOS:About [UIDocumentInteractionController presentOptionsMenuFromRect:inView:animated:]

Now I have some files in the Document folder,and I use [UIDocumentInteractionController interactionControllerWithURL:myFileA]; to get the doc controller and the I use [UIDocumentInteractionController ...
2
votes
0answers
96 views

Xcode Optimization causes variables to return invalid on first use

I create an array of objects. These objects have a public variable correct. When I have xcode optimization turned off everything in my project works great, but when I have any sort of optimization ...
0
votes
0answers
17 views

How to allow views draggable, added in background imageview embedded in UIScrollView in xcode objectiveC

I have a ImageView added in scrollview and made that imageview zoomable...I'm successful in this. now further i want to drag drop a small imageview in background image(added in scrollView). I'm ...
1
vote
0answers
12 views

Handling large excel files in UIWebView

I have an iPad app that downloads excel files using an NSURLConnection and then renders the downloaded file in a UIWebView. The implementation works fine for smaller sized files but increasingly ...
1
vote
0answers
13 views

Plist with Auto fill option like info plist

I am in developing a ios library in which I plan to read some data from a plist in application bundle. The plist must need to contain only a fixed set of keys that I need to process. How can I create ...
1
vote
0answers
14 views

MPMoviePlayerViewController in UIModalPresentationFormSheet reloads again

I am loading video with presentMoviePlayerViewControllerAnimated in UIModalPresentationFormSheet. when i come beck from video by taping done view (UIModalPresentationFormSheet) animate again. how to ...
-1
votes
0answers
22 views

Appcelerator - build issue

I have just build my first appcelerator app, but I had encountered some problems with proper working, it is just simple hello world app, it works fine in titaniumstudio debug/run mode, but after I ...
-1
votes
1answer
25 views

How to store and fetch the response of in-app purchase in ios?

I have implemented in-app purchase in my project. The implementation worked well but I have a problem to store a response. I unlocked the button and when I go through in-app purchase the button will ...
0
votes
0answers
49 views

Top Cells in my UItableView does not appear

Here is my question: I have uitableview with different sections and each section have many rows. The problem is that when I run the app in iPad simulator my first five rows of section 0 in the ...

1 2 3 4 5 215
15 30 50 per page