Tagged Questions
0
votes
1answer
26 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
60 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
22 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 ...
2
votes
1answer
76 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
17 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
51 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
26 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
25 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
38 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
75 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
46 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
1answer
46 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
40 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
18 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 ...
3
votes
2answers
835 views
Embed Segue - iOS 5
I've dragged a Container View onto one of my View Controllers. This comes with an Embed Segue. Running produces this:
'Could not instantiate class named UIStoryboardEmbedSegueTemplate'
So from a ...