0
votes
0answers
6 views

NSLayoutConstraint between Navigation Bar & ViewControllers View

Can we add a NSLayoutConstraint between self.navigationcontroller.navigationbar and a view inside the self.view. Here self is a UIViewController instance and _textField is a subview of self.view What ...
0
votes
1answer
16 views

URL is not loaded after download from AppStore

I have a little UIWebView on my app where I load image from NSURL. Kind of a banner. It works on Emulator also when i deploy app on test Device. I submitted my app to AppStore and they approved it. ...
-3
votes
1answer
29 views

Mutiple textfield in UIAlertView

I am getting error when displaying three textfield in the aletview. Please help. self.alert = [[CustomAlertView alloc] initWithTitle:@"My Alert" message:@"Please enter information." ...
0
votes
0answers
10 views

Switch the Cells in UICollectionView on click of a UIButton

The problem is i have a UICollectionView and i have a custom cell inherited from UICollectionViewCell.Now what i have on UICollectionView is two buttons left and right when i click the right button ...
0
votes
0answers
11 views

GADBannerView pushes UI elements from scrollview when hiding on iOS

I've been working on a mobile application for iOS platform. I was trying to put an ad banner in my app while I faced something ... I'd say strange. I have a master-detail view workflow when the user ...
0
votes
0answers
16 views

Not able to access Keychain(KeychainItemWrapper) in app downloaded from Airwatch

I am trying to store and retrive some keys in Keychain using apple provided KeychainItemWrapper class. This works fine in case if I install the app from xCode or iTunes. But in case if download the ...
0
votes
0answers
12 views

Integrating Yelp API into iOS with OAuth

I'm trying to integrate the yelp api into my ios app. However, I'm new to oauth and after reading through yelp's examples (which are 3 years old) and the nxtbgthng/OAuth2Client documentation, I'm ...
0
votes
0answers
31 views

How to disable the animated hiding toolbar items?

I have a simple interface of two table views, navigation controller and toolbar. The toolbar of each view has the same bar items (constructed using storyboard). When I push a new view toolbar items ...
0
votes
0answers
18 views

Can anyone suggest me any javascript library or example for 2d terrain generation without using webgl?

I am writing ios application and in webview I need to show map ( I need to generate terrain kinda unlimited when user scroll add new terrain part and show data on that coordinates) of terrain. I found ...
1
vote
1answer
35 views

How do you pass core data corresponding to a row selected in a table?

I am learning how to use Core Data. I have an app that fills out all the variable of an entity labeled User. I then take these users and load them to a table. At this point the users can be selected ...
0
votes
1answer
13 views

Upload a photo to a specific album

I post a photo via the method startForUploadPhoto -> https://developers.facebook.com/docs/reference/ios/3.1/protocol/FBGraphUser/#id But I could not find a way to specify the album name, currently ...
0
votes
0answers
14 views

MFMailComposeViewController + Juice + disable rotation

I am not sure why the view for mail composer is still doing rotation when I have -(BOOL)shouldAutorotate { return NO; } any ideas on how to disable the rotation only for mail composer view in a ...
1
vote
2answers
20 views

presentModalViewController:animated is deprecated

I am getting a warning in XCode: 'presentModalViewController:animated:' is deprecated: first deprecated in iOS 6.0 on this line of code: [self presentModalViewController:initialSettingsVC ...
0
votes
1answer
17 views

Changing iOS app template

I have an app which I developed by picking "Empty application" when I started off. But now I want to change its template from empty to "Master Detail" like the Facebook, Google+ or Hike apps. Is there ...
0
votes
0answers
16 views

Sidemenu with tabBarControllers in Storyboard

Hi Fellow iOS Developers, I am a newbie developing a project with 5 tab Views and on the first and second tabs I have slide out menus using Container views from example code by Michael Frederick on ...

1 2 3 4 5 203
15 30 50 per page