Tagged Questions
4
votes
0answers
69 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
546 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
158 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
83 views
issue in writing Unit test case for UIFont Categories
I have added methods to UIFont class
.h file
@interface UIFont (UIFont_CustomisedFont)
+(UIFont*)bold11;
+(UIFont*)bold12;
+(UIFont*)bold13;
.m file
+(UIFont*)bold11{
return ...
2
votes
0answers
266 views
Unity3D app crashes after applicationDidBecomeActive() on iOS
Got some problems related to Unity (on mac), iOS 6 and possibly auto-rotation. Updated Unity to 3.5.6f4 as it supposedly had support for better autorotation under iOS 6. But it still crashes when ...
2
votes
0answers
122 views
Adding subview leaves gap between subview and navigation bar
I've got a storyboard with a view wrapped in a navigationcontroller, that has a UI tab bar at the bottom. I dynamically add sub views to this view, but there is always a blank line between the ...
2
votes
0answers
541 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
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
319 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
147 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
42 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
260 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
109 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
64 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 ...