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

1
vote
3answers
48 views

iOS NSDate Comparison works differently when the 24-Hour Time in date settings toggles between ON and OFF?

Team, I am comparing the date which is formed from string using NSDateFormatter with the iOS system date. The below statement returns true when the system date time settings is set with 24-Hour Time ...
0
votes
1answer
19 views

send serial data from each view in a multiple view app

I've got a multiple view (controller) app for motor control. The main page selects the function (which motors) then goes to another page(viewcontroller) to move those associated motors (plus range ...
0
votes
0answers
35 views

Audio recording in ios [closed]

I want to record sound in ios and stream that in to the server and it should happen without any break of sound please help me to accomplish it .thanks in advance
0
votes
4answers
34 views

Nsinteger accesible issue

When i try to add nsinteger value into array it shows warning, Incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'NSInteger' (aka 'int'); dereference ...
0
votes
1answer
8 views

Image Detection and Tracking (Angle wise) in iOS camera live feed using OpenCV or any Algorithm

I am working on an iOS native app in which I want to detect any Image (not marker, or Haar Cascade) as after detection I also want to track detected image in a way in which angle is also tracked so I ...
0
votes
0answers
14 views

iOS - scroll view with multi view: scroll, map view… like Expedia Hotels & Flights

Recently I used app Expedia Hotels & Flights and interested in view hotel's detail. I'm wonder how to implement scroll like that. When you scroll one view, it effects to its sub-views. Could ...
0
votes
0answers
20 views

How to copy a PDF from www to Documents folder to be rendered by PDF.js in Cordova

I am trying to get a PDF displaying in Cordova iOS (and potentially later Android) using PDFjs. It seems that PDFjs needs the files served from a webserver in order to use its normal load function but ...
0
votes
0answers
11 views

CAShapeLayer path animation stutters while UIImageView is moving

I've been having a problem that I can't seem to figure out. In my app I use a custom UIImageView class to represent movable objects. Some are loaded with static .png images and use frame animation, ...
0
votes
3answers
32 views

Add Tabs To MasterView Controller Project

I created a MasterViewController project with a tableView, now I'd like to add some tabs to this. I tried to just drag and drop the tab bar into the MasterViewController and the tabs show, but they ...
0
votes
3answers
46 views

UIImagePicker when dissmissed pushes view to 20 px up in iOS 6.0 and up

EDIT : I am using UIStoryBoard. I have presented like this: UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init]; imagePicker.delegate = self; imagePicker.sourceType = ...
0
votes
1answer
19 views

MKMapView Setting Initial Zoom level

I use this code in viewWillLayoutSubviews to set the initial region of my map. CLLocationCoordinate2D startCoord = CLLocationCoordinate2DMake(13.747266, 100.526804); MKCoordinateRegion ...
0
votes
0answers
21 views

Convert MS Word Doc to PDF programmatically iOS [closed]

Anyone has any idea Convert MS Word Doc to PDF programmatically iOS. please input your suggestions , I am stuck at this area Thanks
1
vote
1answer
41 views

UITableViewCell resizing won't affect touch area

I have UITableView where cells are taken from UITableViewCell created with Interface Builder (xib) file. The problem is the touch area of the cell is unaffected regardless of the cell's frame. Is ...
-2
votes
0answers
26 views

Is it possible to sandbox the app for specific devices? [closed]

Is it possible to hide a FB app from Android and iOS devices but not from PC and vice-versa?
0
votes
0answers
6 views

Publishing Flash to iOS app crashes when more than 45 swfs included

I'm experiencing the strangest problem. I've built an app in Flash CS6. The assets folder contains 70 swfs (no code just images and sprites). When I try to publish, Flash crashes. After many attempts, ...
-1
votes
1answer
58 views

I want to create an Iphone app but I dont know how to do it [closed]

I dont want you guys to code for me or make me a tutorials but I want an app to do this: Select a row in a table and that takes you to a new view controller that displays information stored in a SQL ...
0
votes
0answers
8 views

Safari renders text input boxes and textarea differently on iOS and OS X

I discovered Safari 6 on the Mac renders text input boxes and textarea boxes differently from Safari on iOS 6. OS X: iPad: Here is the code: <!DOCTYPE html> <html> <meta ...
0
votes
2answers
35 views

Stretching a image in iOS using colorWithPatternImage

I have a image like this: . In iPad, when I place it with these code: [separatorLineView setFrame:CGRectMake(10, 0, 430, 3)]; separatorLineView.backgroundColor = [UIColor ...
0
votes
2answers
14 views

How to get frame of image when using MKNetworkKit setImageFromURL?

I am trying to get the size of an image after it is downloaded using setImageFromURL: UIImageView *img = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 320, 480)]; [UIImageView ...
-1
votes
3answers
55 views

How to make a radial pie menu on iOS? [closed]

Do you know how to make a round menu like this on iOS? thanks you so much. Edited: Sorry guy, i have updated the image. I don't know why the image host not working.
0
votes
1answer
28 views

Checking the UIWebView's URL

So I have an image that I would like to hide only if my UIWebView is currently on a certain URL. For example, if "example1.com/cheese" was currently being displayed in my UIWebView, then I will hide ...
0
votes
1answer
29 views

UIScrollView Content Insets not working for Keyboard Height

I am trying to change the size of a UIScrollView with contentInsets when the keyboard is shown. However, it's not working for the keyboard height. The keyboard height comes as 216, but it only stops ...
-1
votes
1answer
27 views

ios update to old version [closed]

I am using xCode 4.2 and my ipod is of version 4.1 I did not updated it because i need to know how my app works with the old ios. Recently i am having problem with the ios 4.1 so i decide to update my ...
2
votes
1answer
49 views

app crash due to low memory on iPad4

I had 4 iPads to test my App: #1 ipad2 (iOS 5.1) #2 ipad3 (iOS 6.1.2) #3 ipad4 (iOS 6.1.2) #4 iPad2 (iOS 6.1.3). I runed an iPad App on these ones,after I opened a pdf file with webView 4 times, #3 ...
0
votes
1answer
32 views

How to highlight text in epub like ibooks app

I need to highlight text in epub book,when user selects the text,i can get the text,what the user has selected,but i need to highlight,the text permanently what user selected,thanks,any help will ne ...
0
votes
1answer
29 views

Back Button on UIWebView

I'm trying to figure out how to create a back button that allows the user to go back one page. I read through Apple's Docs (which still go way over my head) and found out that I need to setup the ...
0
votes
2answers
25 views

how to decode BASE64 encoded PNG using Objective C

I have some NSData which is BASE64 encoded and I would like to decode it, I have seen an example on stack over flow that looks like this NSData* myPNGData = [xmlString ...
0
votes
0answers
15 views

H264 hardware MKV / AVI video 720p/1080p playback support in ios

I am designing an app which requires to play mkv/flv/mp4/avi video formats the video will be played in partial screen(only on iPad) and even full screen(on iPad, iPod & iPhone). I have checked ...
1
vote
1answer
26 views

iOS in-app purchase auto redirect to App Store application

I researched iOS in-app purchase and implemented this function in my game, following this tutorial. When I tested the app, I had already signed out of my iTunes account (in settings/store). I opened ...
0
votes
4answers
35 views

Access button from another ViewController in iOS?

I have two ViewControllers. One has a button, and the other ViewController has a segmented control to turn the button on or off. My question is: how can I access the button from ViewController 1 to be ...
1
vote
1answer
25 views

SKProductRequest not returning any results

I am trying to use iap's in my app. These are to buy in game gold and can be used more then once. I code the code from a noob tutorial and it works on there project can someone tell me what I am doing ...
0
votes
1answer
47 views

How to make UIAlertView pause thread and wait user response, iOS dev

Please read through all my question and see if it is duplicate with this question Sometimes I believe iOS is the best OS and xCode is the most elegant IDE too, but sometimes I think they're both the ...
0
votes
1answer
25 views

error trying to parse NSData using NSXMLParser delegates

I have some xml that contains a BASE 64 ENCODED PNG IMAGE I am trying to parse this into an object of some type.. for the moment into a NSArray of NSDictionaries, however I am currently unsuccessful ...
0
votes
2answers
38 views

Should I use a protocol or category with associative objects to give my child view controllers properties?

Im building a custom view controller container and im figuring out which to use to give my children view controllers properties, similarly like UINavigationController grabs a view ontroller's title ...
1
vote
2answers
31 views

Quick image downloading

In my app I need to download several images, the images are 60kb tops. The way I have been going about this is: image.Image = UIImage.LoadFromData (NSData.FromUrl (new NSUrl("http://url"))); This ...
0
votes
3answers
33 views

Cocos2d detect touch on a specific sprite

I have this sprite that I am trying to detect if user touched it and post an NSLOG. I have read some cocos2d posts on detecting sprite touch on stackoverflow, but I got a bit confused and don't quite ...
-1
votes
2answers
32 views

Static UITableViewCell returns nil on CellForRowAtIndexPath, but only for certain sections

I have defined a table view controller using static cells in a Storyboard scene. The table view itself contains six sections, each of which contains one or two cells. I write data to the cells from ...
1
vote
2answers
35 views

Weird line in UIBarButtonItem

I am using the appearance proxy to set the UIBarButtonItem's background image: UIImage *buttonBBI = [[UIImage imageNamed:@"bbi_texture.png"] ...
1
vote
3answers
47 views

changing dynamically created button size on rotation

I have created this button dynamically. It will be created and populated with data from our database, so I cannot use IB. However, in IB you can declare a @property and do things to later (like resize ...
0
votes
1answer
16 views

remote database for, e.g., messaging among users — need learning resources

I am working on a app that will need a remote database for purposes including storing messages users have sent to one another and cataloging user-searchable data. I have been looking for tutorials ...
0
votes
0answers
6 views

MIME for an iOS app export compliance

I know many questions have been asked regarding what does and what doesn't count as encryption for the export compliance. However, I have found nothing specifically on using MIME. I am not using HTTPS ...
0
votes
3answers
30 views

Do you have to use a sprite sheet with CCSpriteFrameCache?

Looking through tutorials and the CCSpriteFrame and CCSpriteFrameCache documentation, it looks like I need a plist like what's generated using TexturePacker. Is there a way to just add individual ...
0
votes
0answers
16 views

How to rotate a TabBarController programmatically created

I created a TabBarController programmatically for a login app like this: AppDelegate.h @property (strong, nonatomic) UITabBarController *tabBarController; -(void)createTabBarController; ...
0
votes
0answers
10 views

Amazon S3 - Anonymous TVM vs Identity TVM

I'm trying to create a social app similar to a facebook app. Users upload photos and videos to the server. I'm thinking about using Amazon S3 to store this user generated content. Each of these ...
0
votes
1answer
44 views

My App downloads twice when uploaded to app store

When my app got accepted to the App Store, it would download the newest version 4.1, immediately after the download is complete, it shows an update is ready, but it shows the update to be 4.1 as well, ...
1
vote
1answer
14 views

How to avoid Game Center authentication repeating its block

Game Kit stores a strong reference to the completion handler that I send to authenticateWithCompletionHandler:, which means that each time the user exits and enters the app, it gets called again. This ...
1
vote
0answers
29 views

Multiple View Controllers with Core Data and Restkit

I reckon I'm probably missing something obvious here, as this has got to be a pretty common use case for RestKit. I want to have two view controllers, each just glueing an NSFetchedResultsController ...
0
votes
1answer
60 views

Retina @2x versions of graphics not being used

I'm working on an iPhone game and for some reason it is not using the @2x versions of many of my images. Do you have any idea why this might be? When building the UI in the storyboard, should I be ...
1
vote
0answers
44 views

Subclassed UIView to draw a polygon

I have a subclassed UIView: @implementation draw2D - (id)initWithFrame:(CGRect)frame andPointArray:(NSArray *)pointArray { DLog(@"fired"); DLog(@"pointArray: %@", pointArray); ...
0
votes
1answer
15 views

CocoaPods Linter: Cannot Find Interface Declaration

I'm having an issue with CocoaPods and it finding interface files in my project. The root of the problem is: - ERROR | [xcodebuild] ios-etsy-sdk/ios-etsy-sdk/SOSEtsyShopResult.h:22:32: error: cannot ...

1 2 3 4 5 2963