iOS is Apple's operating system for mobile devices, such as the iPhone, iPod touch, iPad and Apple TV (2nd generation) devices. It shares a lot with Mac OS X, but is optimized for touch-based interfaces.

learn more… | top users | synonyms (2) | ios jobs

0
votes
0answers
43 views

How to save created PDF in document folder and merge in iOS

I am able to create single PDF page of photo captured with comment in iPHone. But I am not able to save the PDF file. My new PDF page is overlapping the first PDF page so I could not able to merge and ...
0
votes
3answers
45 views

scroll table view top when selecting an textfield

I Have a UITableView with custom cell with UITextField and buttons on that ,my issue is when ever the user selects some textfields in bottom keybord is hiding that textfield , i tried to scroll up the ...
4
votes
3answers
52 views

iOS SDKs: Renaming a lot of classes

I'm developing an iOS SDK that integrates other SDKs (Facebook SDK 3.5, for example). To prevent collisions and allow my customers to import those SDKs as well, I want to rename all of the ...
0
votes
2answers
41 views

Capturing image without user interaction

I want to capture a photo in iOS without any user interaction by using the front camera. Can any one show me how to do that? I used the takePicture function in UIImagePickerController class but it ...
0
votes
1answer
37 views

Sorting a Picture to a Specific Place in the app

I want it to flow like this I'm doing it tons of times and dosent work. User pushes the photo button in the app and takes picture. After taking the picture users has to input detail. sorts ...
0
votes
3answers
42 views

How can I make a countdown from the current date to a specific NSDate?

I want to have a countdown from the current time to a specific date and display that value in a label. I looked at some NSTimer tutorials but I could not figure out how to apply them to my situation. ...
-4
votes
1answer
48 views

Can I get info about apps? [closed]

I have some ideas for new apps. And I have one question. Can I get information about launched apps? I need only names of this apps. Is it real to make? And if it is realizable, will it will be ...
0
votes
0answers
49 views

Sqlite database not updating multiple times in ios

I am updating my Sqlite but on third time run it's not update the local database and jumped outside. creating database in such a way :- sqlite3 *database; NSString *sqlStatement = @""; ...
0
votes
3answers
50 views

wrong developer name iphone app store

The developer name that appears below the app name and on the nav bar when we go to developer info is not the same as the name in my developer profile. I have double checked both my profile and the ...
0
votes
0answers
25 views

Testing already approved in-app purchase

I'm trying to update my iOS application. It was successfully submitted and approved along with in-app purchase. Now I'm not able to test this IAP (I want because I use new libs/sdks). I tried creating ...
0
votes
1answer
59 views

how to load a popup from an uibutton in uitableviewcell

In my app i've got a view controller with a table view. Inside of one UITableviewCell there's an uibutton which, on click, should show a popup view. Inside my project i've already imported KGModal ...
0
votes
1answer
38 views

Apple Mach-O Linker Warning Directory not found

I have spent my last five hours looking for this weird situation a reasonable explanation. Here is the warning: ld: warning: directory not found for option '-L/Users/oasis_weng/Desktop/My Life/Life ...
2
votes
1answer
54 views

how can i populate dictionary with contents of url .txt file

I saved a dictionary contents in server and from server it automatically converted to .txt file how can i load that contents from url to another NSDictionary? I am using this code: NSDictionary ...
1
vote
2answers
34 views

Automatically update CGRect based on changing value of CGFloat

I have a variable CGFloat x in my view controller. I created a frame with this variable: CGRectMake(x,x,4*x,4*x) When x is changed, I want the value of frame to also change without any manual ...
0
votes
1answer
33 views

Set category class as delegate in parent class

I have a UIViewController named EditNoteViewController_iPad and I have create a category for this class EditNoteViewController_iPad (Operation). This category contain some delegate methods. My ...
-1
votes
0answers
29 views

Tutorial for using TTSpeechBubbleShape class?

I need to create speech bubbles for my iOS app. And I came across TTSpeechBubbleShape clas, which seems to be the easiest way to get about it. Are there any tutorials which teach you how to use the ...
0
votes
1answer
30 views

How to save a transparent image with the subview below

I have a transparent image and a UIView below and same size with the image. Everytime I want to change color of the image, I just set color to the UIView. My problem is how can I save the decorated ...
0
votes
0answers
19 views

EXC_CRASH (SIGABRT) doesNotRecognizeSelector in GameKit iOS

We initialize a shared Instante for gamekit at app launch and authenticate the device for Gamekit, but it crashes during authentication not in normal conditions but in an unknown random state. The ...
0
votes
0answers
10 views

WCF StreamBody Upload

I have a WSDL (WCF) web-service URL. I am able to get most of the operations specified in the WSDL working perfectly. For one of the operation the WSDL looks like <xs:schema ...
0
votes
1answer
55 views

Supported Orientations

I saw this in another post. I get that I need to override the first method for iOS5 and the following two for iOS6. iOS 5: // Override to allow orientations other than the default portrait ...
0
votes
0answers
16 views

UICollectionView layout overlap

Hi i am using UicollectoinView first time. I want to show two layouts one is normal to add(import) images and another one is Edit mode to delete and reorder images. I done it works good but if i ...
0
votes
0answers
12 views

In addressbook how do I know which contact modify or delete

I want to sync my contact with server so I need two things. First one is that how I know the contact DB modify when my app is close cause > ...
1
vote
1answer
27 views

AVCapture Session and detecting blow from mic

I am trying to record video from avcapture session and same time i am detecting blow but facing a problem when i click record button then camera get freezes., one importent thing is that when i ...
0
votes
3answers
56 views

register for push notifications not working for some Device

Hi i am facing strange issue Regarding Push notifications that not Appear popup/alert telling me to accept push notifications isn't displayed for some device and some device its working fine. I am not ...
0
votes
0answers
8 views

How to get the sound of frame using Avfoundation ios

How to get the sound of frame using Avfoundation ios .Iam geting frame by frame image using the delegate - (void)captureOutput:(AVCaptureOutput *)captureOutput ...
0
votes
3answers
17 views

iOS - how to implement crop image like default photo album?

The default crop function in iPhone photo album Does any one know how to implement this? I want to crop it before Use button is tapped.
0
votes
0answers
30 views

iOS Universal app / separated apps. Development considerations

I know there are lots of posts dealing with this issue, but I'd want to make clear some points concerning development effort rather than pros and cons for users. I've read in several threads (a recent ...
0
votes
1answer
50 views

Where to save databases in iOS apps?

this may be a simple question but i wanted to know whether apple will reject my app if i save the database simply inside the app's Library folder (Not inside cache). I plan to do this because while ...
0
votes
2answers
68 views

How do i add object to dictionary with key?

I have plist ,i want add the elememts from that plist to a mutable dictionary .First i check the user name in plist and my current name are same or not if its same then i wanna add all value to that ...
1
vote
0answers
14 views

Javascript: Disable iOS scroll-to-top when status bar is tapped

I've got a site, and I want to disable all scrolling when a lightbox pops up, and then re-enable it when the lightbox is closed. I've got this: document.ontouchmove = function(e){ if (stopScroll) ...
1
vote
2answers
54 views

How to add a button on the Google maps in iOS?

I am new to iOS Programming and I have downloaded the google maps sdk for iOS and followed the instruction on their website ( as shown in this link ...
0
votes
1answer
40 views

Want To Develop Automatically Missed Call Reply Messanger iOS Mobile Application [closed]

Now a days i am thinking about a mobile application (specially for iPhone) and trying to build it for personal use and off course will allow to others too.i want to develop such application, suppose i ...
0
votes
0answers
10 views

Embedding Cordova WebView on iOS HTML not show

I'm working on a project trying to embed Cordova into UIWebview on iOS. So far ,I've successfully load the index.html file on my www folder. The problem was that Javascript worked like a charm but ...
0
votes
0answers
23 views

NS Fetched controller delegate not refreshing for UICollection View

I am trying to refresh my collection view when i am adding new images to the view..But it works for loading first time and not refreshing. NSError *error=nil; BOOL success = [[self ...
0
votes
2answers
49 views

How do specify ios app not to support iPad 1?

The game, we are about to submit to apple, requires much memory and GPU power. It's almost unplayable on iPad 1, so we decided to release it for all iPads excluding first generation. How do I set up ...
0
votes
4answers
56 views

How to add new UITextField to a custom UITableViewCell when return key pressed with animation

For example in iphone contacts application,in add address cell, when user typing in the "street" text field , another text field with place holder "street" is add below the current text field with ...
0
votes
2answers
28 views

Semantic Issue with UITextfield

I'm new to iOS. I've searched on here for UITextfield Sematic Issues here, as well as variations on that. I'm trying to make a pretty simple app, that you: Enter text into a text filed Press A button ...
1
vote
5answers
95 views

Transfer Array index to next controller

I have one array.getting images from that array i want to transfer the array index to next method how can i do this. my code:- FrontsCards =[[NSMutableArray alloc]initWithCapacity:13]; ...
-1
votes
1answer
24 views

Need recommend some well-done IOS open source code for me plz:) [closed]

I have been an IOS programmer for almost 2 years, I really like programming apps. However I think I meet some bottlenecks. Mostly I programmed alone in small projects, at that time I didn't quite ...
0
votes
1answer
25 views

Downloading and adding ios 5 simulator to the xcode 4.5 and monotouch without xcode components

I want to download and install ios simulator 5 on my xcode and monotouch. I know that we can add it from xcode components by installing ios simulator 5 or 5.1 but my these days my internet connection ...
0
votes
3answers
44 views

How to change the frame of a view when a variable value changes?

In my viewcontroller, there are few views. All of that view's frames are depends on the variable CGFloat borderWidth These views are defined like sec1 = [[MSSectionView ...
0
votes
1answer
49 views

how to create custom cell in tableView (swipe cell)

I want to create one application that in self has tableview.this tableView show has many cell in self.I want when push right to left in one cell display another page in cell (like yahoo mail that when ...
0
votes
1answer
52 views

Multiple NSPredicate

I'm trying to prepare multiple search in my CoreData entity Recipes. There are parameters by which I would like to prepare fetch. Recipes attributes: @property (nonatomic, retain) NSNumber * ...
0
votes
0answers
18 views

Using MKPolyLineOverlays and MKAnnotation efficiently

I am creating a map application, in which I am showing MKPolylineView(around 2000) and MKAnnotations with pin drop. I want to make visible either set of MKPolylineViews or MKannotations at a time. I ...
-7
votes
1answer
49 views

How to avoid Kids buying App using iOS inApp Purchase? [closed]

How can I programmatically block inApp purchases if Kids are repeatedly buying from an Application? Or How can I confirm a buying option for inApp Purchase? I am like stuck at this point. Any help ...
0
votes
0answers
30 views

How to allow a location to be selected by the user (not the current location)?

I've looked everywhere and can't find anything on this, which makes me suspect it might be self-evident so my apologies if that is so. However, I want to create the functionality whereby a user can ...
0
votes
1answer
12 views

Trouble Using NSKeyedUnarchiver during init

I have created a FacebookManager singleton that gets called on a background thread when my app launches. Everything is working just fine with the facebook manager the singleton, the app etc. ...
0
votes
1answer
32 views

push DetailViewController when popping MasterViewcontroller

In my iPad master detail application, I have a master view controller with tableview in it an a detail view. When user clicks on a row, it pushes another master view and detail view, now when I click ...
0
votes
1answer
13 views

Getting the most recent record for each unique user in Parse using PFQuery

I'm using Parse.com, and have two classes: User and Report. A User may issue several reports during a day, but I'm only interested in the most recent one. However, I need to get all the reports that ...
2
votes
3answers
63 views

UIImage setImage is very, very slow

I'm trying to load an image from a local URL using the following: UIImage *image = [UIImage imageWithData:[NSData dataWithContentsOfURL:fileURL]]; [self.imageView setImage:image]; NSLog(@"imageView ...

1 2 3 4 5 2945