The newest version of Xcode (released Sep. 19, 2012), an integrated development environment (IDE), developed by Apple Inc. Xcode is used to product software applications such for Mac OS X and iOS.
0
votes
0answers
6 views
Event not created in Calendar
I am facing issue while creating Event in Native CALENDAR, When i pass event.startDate anything other than present timestamp... also event.endDate not working with different value as below..
- ...
0
votes
0answers
4 views
Error warning and app quitting using MPMoviePlayerController
I am building an app which plays videos and don't want the user to have any video controls and also want the app to automatically return to the previous screen when video playback has finished.
...
0
votes
2answers
13 views
Removing unwanted characters from json response
I am trying to load data from a json response stored in an NSArray into a tableview.
json:
"fulltime": [
2,
2
],
Above is the json but when I display to screen it looks like ...
0
votes
0answers
21 views
addSubView:mapView not showing initial view controller
I have two view controllers. In the first view controller(appViewController), I have a button, on pressing which it should push to the next view controller, which has a map view. I have set the first ...
0
votes
0answers
13 views
Is There any Way To Change Main Headings of Appboy SDK News page from “News and Alerts” To Something else?
I'm currently using appboy SDK in my app.In that we can show News and Alerts Page with the method "displayNews".In this page it is shows a heading with a name "News and Alerts".But i want replace this ...
0
votes
0answers
6 views
How to save tableview data to the sqllite database in xcode 4.5.2
I want to get the details from tableview when user clicks any particular row and the details should be stored in the database when user clicks a row.pls friends help me out in this..i dont have sample ...
-1
votes
1answer
27 views
NSInvalidArgumentException [MKMapView copyWithZone:]: unrecognized selector sent to instance [closed]
I have multiple scenes in my project. I'm using navigation controller and push segues in my storyboard. Now when I push from one view controller to another, I'm getting
...
0
votes
2answers
20 views
launch Xcode project using AppleScript
i am a beginning to regard AppleScript. i try to open the xcode project using Xcode. i have succeed to open the folder which contain the xcode project but not yet, the launch of the project using ...
0
votes
0answers
4 views
Adding an object to a NSMutableArray when button is pressed?
Basically, in the FirstViewController I have a button that when pressed it adds an object to the SecondViewController which is a TableViewController. I have setup an empty NSMutableArray so when the ...
0
votes
2answers
46 views
UITapGestureRecognizer not triggering on UIImageView created programmatically
I'm using XCode 4.5.1 .
I added <UIGestureRecognizerDelegate> in .h file and in the start of .m file
@interface FirstViewController ()
@property (nonatomic, strong) UIImageView *img1;
@end
...
0
votes
1answer
16 views
iPod Device not recongnized in Xcode
I have an ipod touch newly upgraded to IOS 6.1. In my xcode(4.5.2), the device is not getting recognised. This happened just after i upgraded the device OS. I have tried restarting/rebooting device ...
0
votes
2answers
32 views
Table View data not populating
My table view data (ie populated in an array) is not loading when I set up cell background image. But it is working fine with out the cell background image.
0
votes
0answers
13 views
Open MKMoviePlayer in place of Default Player when user click on a video in UIWebView
My task is to add a some custom controls over the movie player when user click on video in UIWebView. I call a custom UIView with some controls when Player start playing but controls view not appear ...
0
votes
1answer
9 views
Can we do something like performBlockAndWait: without managed object context
Say I am in a background thread. Say I want to execute something on the main thread and wait till it's finished.
How would I do so?
I suppose I can do
[[NSOperationQueue new] ...
0
votes
1answer
11 views
how to animate a view containing a subview
i'm still a beginner in xcode. here is my problem.. i have a scrollview made programitaically in which there is a uilabel made inside it programmically. i have placed the ssrollview in the edge of the ...