Specific to Apple's iPhone and/or iPod touch, but inapplicable to iPad. For questions not dependent on hardware, use the "iOS" tag. Another tag to consider is "cocoa-touch" (but not "cocoa"). Please refrain from questions regarding the iTunes App Store or about iTunes Connect.

learn more… | top users | synonyms (6) | iphone jobs

0
votes
1answer
24 views

How to disable pan mode for certain view controllers in the MFSideMenu class?

I'm using the MFSideMenu from github link in my project. It's working, however I would like to disable it in a certain viewcontroller. I added this in the viewcontroller but it doesn't disable the ...
0
votes
0answers
34 views

UIScrollView Stop working after push view and come back to the main view ios

I have a view controller in my application that includes a UIScrollView, and I have table and other components inside the scroll view, when I push to the detail view controller using ...
0
votes
0answers
23 views

nskvopendingnotification error in objective-c

I have the following problem during abstraction i have encapsulated a class in objective c which allows me to change a rectangles size and position over an underlying image. I use this class as in ...
0
votes
1answer
30 views

UI Scroll like iPhone HTML 5

I am using jQuery, HTML 5 ,and CSS 3. The requirement is I need to implement exactly like http://cubiq.org/dropbox/iscroll4/examples/pull-to-refresh/ for showing list like iPhone. How do I we ...
0
votes
0answers
32 views

How to Lazy Load a static library?

I am working on a project that involves card swiping on different types of swipers from different vendors. These swipers have their own static libraries. I had no issues in integrating these libraries ...
0
votes
1answer
25 views

How to upload photo to instagram server from iOS App?

I want to upload photo from iPhone App to instagram without redirecting to the instagram app.I searched about this but i didn't get any information regarding this.I know that we can upload photo to ...
0
votes
2answers
36 views

how to use nsdocuments directory for downloads in iphone

I have an iphone app with downloads option and iam using nsdocument directory path for downloading.but after the download how can i get to access the documents path in iphone. Do i need to install ...
0
votes
0answers
27 views

iOS - hide address/menu/top bar even when using a input (search bar)

I've got the iphone to automatically hide the adress bar (using meta) but when I click my own search bar (basic input) it comes back.. how can I override this? I don't want to disable the top bar all ...
0
votes
1answer
27 views

Failed to upgrade the iOS application while app is doing network operations using sockets

When I am trying to update the application using iTunes, I am getting a error pop-up - Unable to download application. I am running into this error only when my app is doing network operations using ...
0
votes
1answer
31 views

Storyboard: Condition segue transition for navigation (push)

I am new to storyboard and xcode (using 4.6) I m using Navigation Storyboard with push segue. I would like to implement a select snap view, that if have minimum 1 snap selected - the segue would work. ...
4
votes
3answers
47 views

Generating the tableview in this format Category/subcategoy/subcategory

I am having a requirement as using Tableview i have to give categories & in every category there is a subcategory and in every subcategory there is another subcategory list will be there.But every ...
0
votes
0answers
20 views

Database layer design

I have design level question in one of my project.I'm working on a project in which I need to fetch some objects using REST. Say for example fetch Customers and show it in a list. Following ...
0
votes
0answers
39 views

Capture Network data usage by each Application in iPhone

I want to make an iPhone application in which Network data usage by each application is detected and shown. Just like Onavo Count I don't care if Apple don't support it. I am not going to sale it
1
vote
2answers
50 views

Whats the difference between saving content at document directory or temp folder?

I want to save multipel photos in my application, so that application run in background. So what is the main difference between saving photos in doc dir or temp path. And suggest me which is best way ...
0
votes
0answers
16 views

<Error>: GeezaPro: FT_Load_Glyph failed: error 6

I have two view controllers in my application, when I use (segue) to push to the second view controller (detail view controller), I face this error : : GeezaPro: FT_Load_Glyph failed: error 6. this ...
-7
votes
0answers
61 views

iOS developer job advice [closed]

I've been asked to do a job for a company (paid), however they only want to pay me from developer to deployment on the app store. The company will own all rights to the code and the app, therefore I ...
0
votes
1answer
26 views

MPMoviePlayerController black screen when app enter foreground from background

I'm using an MPMoviePlayerController for playing video in my iPhone app. When MPMoviePlayerController is playing, press home button on iPhone, make the app enter background. Then tap the app's icon ...
0
votes
3answers
56 views

Adding NSArray items to UITableViewCell content view

In my app i am adding 3 UILabel to each Table view cell in the following way. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static ...
0
votes
5answers
64 views

Check if current date is between two given dates [duplicate]

I want to check if current date is between two given dates. I do the following NSDate *now = [NSDate new]; NSLog(@"Now is %@",now); NSCalendar *myCalendar = [[NSCalendar alloc] ...
-3
votes
2answers
47 views

sqlite3_exec() failed while sqlite3_open() returns SQLITE_OK~~ [closed]

In my project I build four databases in a viewcontroller . The sqlite3_exec() returning number didn't equal with SQLITE_OK while sqlite3_open() returns SQLITE_OK~~ I've been searching for this for ...
-1
votes
1answer
33 views

iPhone @1x artwork 'multiple build' errors

I've just added the @1x artwork to my iPhone app but I'm getting 'Multiple build commands for output file' for each piece of @2x artwork. Any help would be appreciated thanks!
1
vote
1answer
30 views

decryption using sqlcipher in iphone

Okey, so i am studying sqlcipher and preparing a document on it. so far study shows that how to encrypt database, i could not find how to decrypt database. Like that i have few more questions. I found ...
0
votes
3answers
72 views

how to make an ImageView zoomable with or without ScrollView.?

I have an UImageView in my IB and added a map image on that UImageView. I want to make that image pinch zoomable. Here is my code: - (void)viewDidLoad { [super viewDidLoad]; self.title = ...
0
votes
0answers
23 views

Invite multiple facebook friends in my app and open a link in this invitation in iPhone

I want to invite facebook friends in my app,now they are getting invitation but not open a link,there must be display an app request. At this time request not visible. How can I invite them means ...
0
votes
5answers
59 views

How to change style of tabbar in iphone sdk

I am developing an application in which I need bit customize tabbar as I attached Image below. As in Image home tabbar item show I want as it is, I tried but I couldn't change highlighted area as show ...
-3
votes
0answers
30 views

Code sign errors when building iOS app [duplicate]

Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate. Unable to extract codesigning ...
0
votes
0answers
44 views

How to use UIImagePicker in Navigation Controller?

I want to use UIImagePicker in ViewController Of Navigation Controller. Camera & Photo Library. It works but dismissal from presentation of UIImagePicker is not working. It always gets dismissed ...
0
votes
1answer
32 views

Detect LED Flash for Alerts setting status in code

How can I detect "LED Flash for Alerts" (from Settings) status in code? I have tried: AVCaptureDevice *torched=[AVCaptureDevice defaultDeviceWithMediaType:AVMediaTypeVideo]; BOOL test = ...
-1
votes
1answer
37 views

UITabController flip

I have TabBarController in my AppDelegate : IBOutlet TabBarViewController *tab; This is the main controller in my app. and in one of the viewcontroller inside the tabs i want to add a UIButton ...
0
votes
3answers
25 views

error on AdMob integration

I Have added Addmob sdk in my project and even added all framework needed. But m getting below error for StoreKit framework even i have added it in my project but still getting error.. ld: warning: ...
0
votes
1answer
28 views

Xcode debugger displays string correctly but console does not

When I hover over my nsstring in the debugger, apostrophes and special characters show correctly, but when I print the nsstring to the console letters and numbers print fine as before but special ...
0
votes
0answers
37 views

Handling try catch

My project is service oriented and everything comes from services.I m loading the data in UILabel's,tableviews etc.When particular text doesn't come from service then I dont want to show null there ...
0
votes
1answer
30 views

Issue during validation

I have 2 issues during validation. iPhone/iPod Touch: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a ...
0
votes
1answer
15 views

RMMapView setCenterCoordinate function is not normally

I want to set center of RMMapView with position that's _tempCoordinated2D (CLLocationCoordinate2D) Normally, It should be // _rmMapView is RMMapView Class [_rmMapView ...
5
votes
4answers
96 views

I want unique identifier string which detect iPhone device (just like UDID)?

I want unique identifier string for iPhone devices instead of UDID and MAC. 1. Get UDID and MAC are deprecated by apple. 2. We can use UUID but it will get change after reinstalling app or delete ...
0
votes
0answers
42 views

Rate the app functionality in ios not working well

I am having an app in which I have a button to "Rate" the app. On click of the button, I am using the following code. - (IBAction)ratePressed:(id)sender { NSString *str = ...
-4
votes
1answer
49 views

Create and store HTML file in ios [closed]

I want to create HTML file in ios Programmatically. How should I create HTML file and store it in to Document directory?
-1
votes
0answers
30 views

WebSocket server implementation on iOS

I want to implement a WebSocket server on iOS and the client side on the browser. I found this library for server side implementation in objective c. I'm having trouble building the project and need ...
0
votes
2answers
33 views

scroll table view on selecting a textfield

i have a tableview with a text field on each cell the problem is tableview should scroll up on selecting the text field.here i'm attaching my project can u please let me know what mistake i had made. ...
0
votes
2answers
30 views

FFMPEG Complied Libraries And iOS

I have copied compiled FFMPEG libraries from a test app into my xcode-project but inspite of adding them into my project i am unable to use them, #include <libavcodec/avcodec.h> givers error ...
1
vote
1answer
43 views

Issues in using custom keyboard in ios

I have downloaded a sample project from this link for using custom keyboard. It works perfectly. But, when I used that in my project it returns an error - -[UIView playKeyboardClick]: unrecognized ...
-5
votes
0answers
56 views

Coding for iOS 6 [closed]

For the new iOS 6 is there a need for this line. @property(retain,nonatomic) UIButton *StartButton; @property(retain,nonatomic) UIImageView *BackgroundImage;
3
votes
1answer
48 views

How combine UIImageViews and and save as Single in Gallery as Single Image

In my new iPhone Project, I want to combine 5 UIImageViews and and save as Single in Gallery as Single Image.. All that 5 Images in same view Is that possible..?
0
votes
1answer
28 views

Calabash, Detect UIButton pressed state

I want to know is there a way to detect UIButton state from calabash/ruby. Ex. Imagine I have a iphone app which contains a view with a round rect UIButton. This button will hold its state(if you ...
2
votes
0answers
31 views

Azure mobile facebook authentication with iPhone HTML5 in app (full screen) mode

I have an HTML5 application that uses Azure mobile services authentication to login (straight from the example code...provided below). It works fine in all desktop browsers and iPhone 5 in Safari. ...
1
vote
1answer
26 views

Why is my VBO updated on 2nd click?

I have this method (InvertPolygonMesh) which basically takes an array (my VBO) and inverts all vertices along the Z axis. This method is directly invoked by the click of a button (IBAction). Now for ...
2
votes
2answers
96 views

Update views while being touched

I am having an app where I load images in a UITableView. Each row has an image view. I download images from URL and assign it to UIImageView. The problem here is that the image views are not ...
0
votes
1answer
38 views

Selecting multiple values shuffle when scrolled: UICollectionView

Trying to select the multiple cells in UICollectionView and when scrolled the selection c hanges. Why it is happening, please guide. Below is code. i tried. - (void)collectionView:(UICollectionView ...
0
votes
1answer
50 views

Deleting core data element at specific position.

Im new to xcode and iphone application so please bare with me. Im trying to delete the selected core data element in my table view when the "edit" then the "delete" button is pressed. I can't seem ...
-1
votes
0answers
40 views

How to display YouTube urls in tableformat?

I want to display YouTube URL's display in a UITableView For that purpose I am using "HCYoutubeParse". By using start icon download method I am getting the image of the YouTube URL. But the process ...

1 3 4 5 6 7 3473