Tagged Questions
4
votes
0answers
71 views
<classes> element flipping in and out of existence in storyboard file
This isn't a big problem but it is annoying. Every time I edit my storyboard in Interface Builder and I want to check it into the revision control system there's a element that is either generated or ...
3
votes
0answers
552 views
iOS how to build libflac in Xcode 4 for 5.0
While trying to compile libflac using gas preprocessor and alternative conf string I get C compiler failure both with
./configure --enable-cross-compile --arch=arm --target-os=darwin ...
3
votes
0answers
2k views
Storing recorded video URL for saving to library later
I have an application where I recording a video. But when the recording is finished, I can't save the video immediately. I need to show an agreement first. So I try to save the URL i get from the ...
2
votes
0answers
189 views
FaceBook checkin in IOS 6 and IOS 5
I have some predefined location of different stores.I want to checkin to these locations through my IOS app.How can I do it?
Here is the code I used for IOS 5
AppDelegate *appDelegate = (AppDelegate ...
2
votes
0answers
544 views
new type of xcode 4.3.2 error in creating a project with date picker or grouped tableview
i have tried xcode 4.3.2 which worked very good.however,when i use few of the settings with a little bit of change, i get an error:
"The document "ViewController.xib" could not be opened. Could not ...
2
votes
0answers
492 views
How to reset an UIGestureRecognizer?
I have a subview inside a view. That view has a PanGestureRecognizer.
I want user could zoom in inside the webview, pan around, zoom out, etc.
But I want that, when the user reaches left edge of the ...
2
votes
0answers
142 views
Xcode 4.2 does not work with folder reference?
I have problem after installing new XCode 4.2. Everything worked fine with my previous version XCode 4.0.1.
I make a completely new project. If I add a folder reference, when I deploy to the ...
2
votes
0answers
320 views
xcode 4.2 TTImageView in UIScrollView, views don't appear in Released iTunes version but do in Debug
I have a project that I started a while ago with xcode 3 that displays search results as TTImageViews in a UIScrollView. I updated to xcode 4.2 recently and managed to successfully build and archive ...
1
vote
0answers
178 views
UIWebView not loading content when it is passed from an UITableView in iOS6, but works perfectly in iOS5
First of all I would like to thank you reading this and helping me out if you know the answer, I am a bit of a newby to iOS and there is an issue that is driving me crazy.
I have an App that works ...
1
vote
0answers
52 views
backBarButtonItem BackButtonBackgroundVerticalPositionAdjustment
I'm trying to set the vertical position of a back UIBarButtonItem and it's having no affect. I don't want to do this as a UIAppearance selector as I just want this to be used in one class. What am I ...
1
vote
0answers
303 views
Map Annotation DidSelectAnnotationView w/ Popover issue
Here is my problem
I have a splitview controller with a TableView and a MapView. Fairly standard setup.
On tableview selection I send a notification to the mapview to find the the exact ID of the ...
1
vote
0answers
136 views
Issue with performSegueWithIdentifier - No error, but nothing happens
I am new to storyboard and I am trying to hook up some segues to be called programmatically.
Basically my app uses websockets to connect to a server and then shows content based on messages received ...
1
vote
0answers
73 views
How to download a file by using split size -Objective C
I am downloading a video file from a server using a PHP link.
url1 = [NSURL ...
1
vote
0answers
226 views
Xcode 4.5.1 App Crashes
Yesterday I updated XCode from 4.3 to 4.5.1 to work on iOS 6 and iphone 5 . I was opening my previous project compiling and running them on my iPad 2 (5.1.1) and everything works fine.
Today, I ...
1
vote
0answers
671 views
xcode iOS 6 Local notification with UIAlertView disappears after 5 or 6 seconds?
I am using a UILocalNotification to schedule a UIAlertView, which works great. However, in iOS 6 (possibly iOS 5) the notification disappears after 5 or 6 seconds. Is there any way to prevent the ...