268 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Score of 0
1 answer
75 views
Update apps and submit to AppStore by Xcode 5.1 today?
I have an app built by Xcode 5.1. Now (10/15/2015) can I still use Xcode 5.1 to update the app and submit again to Apple Store?
Because I think I can introduce bugs if I use Xcode 7, iOS 9 to build ...
Score of 0
1 answer
78 views
Xcode5 issue with xcodecolors plugin
I am in a big problem to recover my xcode 5,OS X 10.8.5.I have tried to install xcodecolors plugin in my xcode5 .When i did copy of that plugin to my xcode plugins folder it makes my xcode crash all ...
Score of 7
1 answer
33223 views
Cannot install ipa on device
I have signed a code with a distribution provisioning profile but when I generated the ipa in XCode 5.1 (Save for Enterprise/Adhoc Deployment), the app does not install in my device. I have checked ...
Score of 0
1 answer
1403 views
"EXC_BAD_ACCESS" When using an array C++
I'm trying to make a sieve function for finding prime numbers. The sieve itself consists of an array who's size is dependent on the input value of the function. Everything is fine for small numbers (&...
- reputation score 35
Score of 0
1 answer
40 views
Storyboard design with landscape and portrait
I already designed the portrait story board without auto layout but I want to design land scape too.
any one can you give the suggestion please.
Thanks in advance.
- reputation score 85
Score of 0
1 answer
458 views
how to stop the display button click (change button image) in other cell (clicked cell image is changed ) when uitableview scroll?
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
{
return 1; //count of section
}
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
...
- reputation score 19
Score of 1
1 answer
268 views
Keyboard missing in simulator iOS 8 Xcode 6.1
I have migrated code from Xcode 5.x to Xcode 6.1. Everything is working fine except the missing keyboard. Whenever I try to enter text in textfield keyboard goes missing but text is entered.
Why is ...
- reputation score 36587
Score of 0
1 answer
275 views
How to connect an iOS to Svn server from Xcode 5.1?
Hi I m trying to configure server to Xcode while creating a iOS Project using Xcode 5.1
But I m getting below error:
"Connection Failed"
-Failed to establish a connection to server "myremoveServer/...
- reputation score 3801
Score of 1
1 answer
188 views
How to handle UI while starting skype call?
How to handle app ui while starting skype call.
at now my app UI move down when skype call notification shows on status bar.
I don't want this.
anyone how to handle this?
Thanks in advance.
- reputation score 1065
Score of 1
0 answers
52 views
Store image in .jpg Format [duplicate]
capture image from camera in app.
and I want save it .jpg format.
but I don't know how to save in .jpg?
I found two methods UIImagePNGRepresentation, UIImageJPEGRepresentation(TempImage, 0.5);
but ...
- reputation score 1065
Score of 3
2 answers
832 views
Photos app in ios 7.1 simulator not working
i clean installed os x Yosemite yesterday and installed xcode 6. but unfortunately my old project require ios 7.1 so i delete xcode 6 and installed xcode 5.1.1. everything seems to be working fine but ...
- reputation score 136
Score of 0
1 answer
489 views
Property 'layer' not found on object of type GLKView
Property 'layer' not found on object of type 'ViewController * where ViewController is of type GLKView and also I am importing following files in my opengl project
QuartzCore/QuartzCore.h
OpenGLES/...
Score of -3
1 answer
55 views
Where do I place code allowing for more lines on UILabel? [closed]
I want to add a second line to my UILabel but I have no idea where to put the code and I am stuck without it.
#import
@interface ViewController : UIViewController{
IBOutlet UITextField *...
- reputation score 635
Score of 0
2 answers
584 views
Run Xcode 5 project in Xcode 6 in ios
i have created universal project using Xcode 5. Now how can I run those project in Xcode 6.
Also want to upgrade for iPhone 6 and iPhone 6 plus.
#define IS_IPHONE (UI_USER_INTERFACE_IDIOM() == ...
Score of 0
1 answer
91 views
Will Xcode 6.0.1 under 10.9.5 automatically sign my applications with the new „Version 2 Signatures"?
I started my project with Xcode 5.1.1 under 10.9.4. I let Xcode generate all the necessary identities and profiles and do the code signing. Will Xcode 6.0.1 under 10.9.5 automatically sign my ...