0
votes
0answers
12 views

Lock screen orientation for a single controller when there's a UITabBar in IOS 5 & 6

Following are the main poins I have. I'm new to IOS development I need to support IOS 5 and IOS 6 in my IOS app I have a UITabBarController in AppDeligate file as follows. UIViewController ...
2
votes
2answers
59 views

Move from UITableView to a UIView on Table Cell press

I'm trying to move from a UITableView to a UIView from clicking a table cell. I'm using a Manual Segue which is hooked up to the UITableView's View Controller and then hooked to the UIView's View ...
1
vote
1answer
45 views

Twitter search for hashtag

I'm trying to parse tweets using Twitter Framework, so I write the following code and it's working fine, but it's not Synchronous. Now I'm trying to get all the tweets from #iOS. I have used the ...
1
vote
3answers
70 views

NSMutableArray Display Null Value in Table View

- (void)viewDidLoad { self.detailView = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 320, 480) style:UITableViewStylePlain]; self.detailView.dataSource = self; self.detailView.delegate = ...
0
votes
2answers
30 views

Loading specific scene in Navigation View Controller

I created a Navigation View Controller. The static table view cell pushes me to a "Personalization" view. So, how can I programmatically load this view from another in this controller hierarchy? ...
0
votes
1answer
20 views

Configuring Xcode for iOS5 when latest is iOS6

I've released an app for iOS6 (deployment target: 6.1, SDK 6.1) but now wish to make the app for iOS5 because I realize how many users still have iOS5 to keep the old native Google Maps. I understand ...
0
votes
1answer
69 views

Orientation Landscape iOS 5 on xCode 4.6

I want my app to be landscape. I tried everything, my storyboard's orientations are landscape, I changed the supported orientations and the initial orientation in info.plist. Can anyone help me? In ...
0
votes
1answer
31 views

App release Code Sign error on xcode

I tried to build release version of my project for my iPHone device. (I choose Products->Archive), then I got the following error: Code Sign error: The identity 'iPhone Distribution: XXX' doesn't ...
2
votes
1answer
144 views

How to add default Calendar programatically in iphone SDK [closed]

I want to add the default functionality of calendar control in my application,i have reach to calendar,so tell me how i can do this. Thanks in advance.
0
votes
0answers
26 views

IOS 5.0 preference over IOS 4.0 [closed]

My xcode project is running with deployment target 4.3 and was with Non-ARC project. To improve the memory usage and proper allocations, I converted the project into ARC project. Now, I am running the ...
3
votes
1answer
97 views

3D imageView rotation by 360 degrees by user touch [closed]

We have a bike image. When a user swipes the image, we have to show the image in different angles.We have 60 images in a different angle for that bike,when user swipes left or right on ...
0
votes
0answers
21 views

equivalent for popViewControllerAnimated on UITabBarController

I've got an application with the following setup in Storyboard: -> UIViewController -> UITabBarController -> 5 UIViewControllers (See a -> as a segue) On each of the UIViewController after the ...
0
votes
3answers
57 views

How to move button action ios

i want to change positon of button when it is pressed, it should move below again and agin when keep pressing , please tell me what should i do? textField = [[UITextField alloc] ...
0
votes
0answers
35 views

Navigation controller gets hidden on orientation change in iPhone ?

I am creating a navigation based application in iOS 5.1 and above and my problem is, the navigation bar gets automatically hidden on orientation change though my app supports only Portrait ...
0
votes
0answers
30 views

UIScrollView does weird things

Since houre I try to get my UIScrollView working. What I want is really simpe: A UIScrollView with 4 pages, each page contains a subview and in the subview I want to add labels etc. I used this ...
1
vote
1answer
62 views

Copy data file from Xcode to iPad sandbox

I created an app in Xcode and added a text file for the app to open and display. How can i get this text file into the iPad sandbox documents directory for testing?
0
votes
2answers
158 views

how to create a multiline UITextfield with multiple placeholders programmatically?

how to create a multiline UITextfield programmatically? I need to create a multiline supporting textfield which has multiple placeholders. I don't wish to refer to its xib.
1
vote
2answers
49 views

ios - what should I be careful of when switching from ios 6.0 to 5.0 for my apps?

I for some reason, not sure why, originally released an app with Deployment target as 6.0 but really what I wanted was for everyone to be able to use the app so I really needed to choose 5.1 or 5.0 I ...
0
votes
0answers
54 views

Login Control in Ios [closed]

Hi I'm new to IOS and I'm creating an app in xcode 4.6 my test app contain 2 views one is a login view and another is a logout page I'm done with my designs but I'm little bit confused in the code ...
0
votes
0answers
56 views

ios - how do I properly set up my provisioning and code signing for AdHoc builds for testing on a device?

I have added a development provisioning profile called "Alex provisioning" and added my device to it. Then I added a distribution provisioning profile named "Ad hoc profile" just because I meant to ...
0
votes
0answers
26 views

ios - when putting a distribution archive on a test device, I get an exception

This exception happens when I add an app via a usb to my test device: Mar 31 12:04:30 ancient-phone lsd[12249] <Warning>: Attempting to store identifiers file Mar 31 12:04:30 ancient-phone ...
2
votes
1answer
27 views

ios - what is the right code signing configuration for an Ad-Hoc build meant to be transfered from itunes to device?

I am learning how to create an ad-hoc version of the app so that I can put it on my local iTunes and from that, to transfer it to the device. I created a distribution provisioning profile and named ...
0
votes
1answer
72 views

Master Detail Application for iPad

I am creating an iPad version of Master Detail Application using XCode 4.5 with ARC. I have my iPadMaster.h/.m(as my master) and iPadDetailViewController.h/m(as my detail) set up. I am trying to load ...
0
votes
1answer
22 views

ios - unable to replicate the search path setting in the Target->Build Settngs

I am working on creating push notifications with UrbanAirship. I am working with this https://docs.urbanairship.com/display/DOCS/Getting+Started:+iOS:+Push and I am on the section titled "Build ...
0
votes
1answer
28 views

When I run my code for my iOS app, it stops as if I set a breakpoint (no errors) and won't keep running

After I hit Run, it works for a little while, doing all the start up stuff my app does (downloads articles to the app and presents them in a UITableView) but after awhile of articles appearing it just ...
0
votes
1answer
346 views

iPhone Retina Display with Apple App Store Upload

I have read the Apple's "News and Announcement" as below: Using Identifiers in Your Apps March 21, 2013 Starting May 1, the App Store will no longer accept new apps or app updates that access ...
0
votes
0answers
61 views

identity inspector doesn't show choices for connecting a class to tableviewcontroller

I added a tableviewcontroller to my story board. I have two regular viewcontrollers currently and i've been able to in the identity inspector go to custom class, click the down arrow next to the ...
0
votes
2answers
61 views

At the current storyboard, how do I find which view controller segued the view there?

Say I'm at a specific view controller that one of several view controllers could have brought the user to. How do I find which one it is? Because I need to add a specific button in the toolbar for if ...
0
votes
1answer
36 views

Which iPhone is being simulated on my screen?

I'm new to iOS development, and I don't use iPhones much. I'm very used to how Android handles emulators and such, but since there are only really two iPhone physical sizes (I know I have to take ...
0
votes
1answer
230 views

ios - No unexpired provisioning profiles found that contain any of the keychain's signing certificates

I get this error: No unexpired provisioning profiles found that contain any of the keychain's signing certificates and part of the problem is that my bundle id is incorrect. But when I try to edit ...
0
votes
1answer
29 views

Get a link and removing all the clutter and only focusing on the content - what's the best way to do this in Objective-C?

I want to take a link (and grab its HTML) and only keep the part that is important, say the article. There are many HTML parsing libraries for Objective-C - hpple, for example - but I want to do more ...
0
votes
3answers
62 views

If I have a UITableViewController class, where do I initialize its instance variables?

It works if I put it in viewDidLoad but I can't imagine that's the best place to do it. I tried putting it here: - (id)initWithStyle:(UITableViewStyle)style { self = [super initWithStyle:style]; ...
3
votes
5answers
51 views

Why is Xcode thinking my variable is returning an NSURL when it should be returning an NSString?

I get the following warning: "Incompatible pointer types assigning NSString from NSURL". Here's the code in question: cell.articleURL.text = [self.articles[row] URL]; I'm assigning a label the ...
1
vote
2answers
44 views

Why is it saying my class cannot be found when I try to import it, when it's clearly in the sidebar?

I get this error: What's going on? It just randomly stopped working, despite ArticleCell.h being right there.
0
votes
2answers
98 views

deleteRowsAtIndexPaths doesn't work

I'm trying to collapse and expand a UITableView section with the help of deleteRowsAtIndexPaths. Nothing seems to happen though and I can't figure out why. NSMutableArray *tmpArray = ...
1
vote
4answers
48 views

Why is Xcode “expecting an identifier” here?

destination.wordsPerMinute = [NSNumber numberWithInt:(int)[self.wpmSlider.value]]; I'm accessing the view controller I'm segueing to's wordsPerMinute property (an NSNumber) and setting it equal to ...
0
votes
0answers
70 views

invalid signature /token during reverse oauth twitter

I am doing reverse oauth process of twitter sso process. Below is the code but I am getting invalid signature/token error in response. { NSString *urlString = ...
1
vote
1answer
81 views

4inch launch image retina not working in iphone4 launch image

I used Default-568h@2x.png for iphone5 screen. But in xcode4.2 launch image working in iphone5 simulator fine. When i used this launch image, it works fine in iphone5. But in iphone4 launch image is ...
0
votes
0answers
23 views

Playing YUV format video in xcode

I have decoded video file in yuv format saved on desktop. I want to play this video using Xcode.When I press play button on viewcontroller it should start playing the video.Please , anyone help me to ...
0
votes
0answers
63 views

Some strange error occurs when manipulating events in the calendar of iOS device

I added some events to the calendar and save their eventIdentifier to file. When i want to remove all my events i read the eventIdentifier from that file to an array and remove each event with its ...
-1
votes
3answers
73 views

UIBarButton Tappable area is too much [closed]

I am having a UIBarButtonItem which i added from NIB. and its width is 33. But that BarButton tapable area is too much. i.e. outside width also we can tap on that button. How to reduce tappable area ...
0
votes
0answers
21 views

display excel sheet on iphone simulator

I have an Excel file in resource folder.How to display that Excel sheet in iphone simulator.Can any one help me out in solving. Thanks....
0
votes
2answers
84 views

iOS - Archiving error: no unexpired provisioning profiles that contain any of the keychains signing certificates

I created a new AppId and a new provisioning files for development and distribution. Then I downloaded the 2 new provisioning files into my xCode. I also have a working set of keychain access files ...
0
votes
2answers
129 views

How to implement ckrefreshcontrol to support ios5?

I've seen in this question that CKRefreshControl can be used as a substitute for UIRefreshControl for apps that support both iOS5 and iOS6. I've found the code on Github, but I don't know how to ...
3
votes
1answer
192 views

Make popover look the same in iOS 5.0 and iOS 5.1

when starting an iPad Master-Detail Application in xcode 4.6, in portrait orientation, there is a dismissible menu (in landscape it is always on). This menu (is popover right name?) looks quite ...
-1
votes
1answer
387 views

iPhone sliding menu with multiple navigation controllers iOS xcode

I have been trying to create a sliding menu for iPhone app using storyboards. I have played around with a load of code examples I have found online on StackOverflow and code4apps example, however all ...
0
votes
1answer
157 views

GameKit Match - invite friends between iOS5 and iOS6

I'm trying to implement Game Center invites in a 2-person realtime game. Since invites are not supported in the simulator, I'm testing this on one device running iOS5 and a second one running iOS6 ...
0
votes
0answers
44 views

Label appearing out of size in iOS5

I am creating an app for both ios5 and ios6. I have a label, it appears correctly in iOS6 like this: Same label in iOS5, looks like this: What could be the reason? The properties set in the xib ...
3
votes
3answers
105 views

void(^)(NSData*) what does it mean?

Hi I am using this library and I found the function: - (void) queueRequest:(NSString*)urlPath completion:(void(^)(NSData*))completionWithDownloadedData; I try to pass a simple NSData *data; and it ...
0
votes
0answers
119 views

Drawing Lines in UIView and UIGestureRecognizer

I am creating a square and a line in two separate views and then adding them as subviews to the main UIView Controller programatically. To make things more interesting, I've also added ...

1 2 3 4 5 29