The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
429 views

Convert 3D Studio Max model (3DS/MAX) to QCAR SDK for iOS / OpenGL ES compatible format?

Quancomm Augmented Reality (QCAR) for iOS, which make use of OpenGL ES, to display 3D model. It reads several files: vertices, texture coordinates, indices & normals list (in format of ONE .h ...
3
votes
1answer
325 views

ZXing Library running perfectly fine in iOS 4.3, generates errors in iOS 5

I have integrated the Zxing Library for QRCode Reader in one of my iPhone app. It was running fine when I was using iOS 4.3 SDK. But after I have installed iOS 5 SDK and Mac OS Lion on my Mac, it ...
2
votes
1answer
165 views

Cast of 'int' to 'CAMediaTimingFunction *' is disallowed with ARC

Can anyone please suggest alternative to this line of code so that my code becomes compatible with ARC. [animation setTimingFunction:(CAMediaTimingFunction*)UIViewAnimationCurveEaseInOut];
1
vote
5answers
88 views

Next Step for iOS Development?

Ok... Before you strangle me for making this topic, I really did search through the archives. I want to develop iOS apps. My background is in web development, so my comfort zone is PHP, SQL, ...
1
vote
2answers
45 views

iOS : dealloc & IBOutlet

Is it necessary to set all declared IBOutlet and @property with retain property to nil in - (void)dealloc method ? Will memory be consumed / wasted if I don't do so? Assume that Automatic Reference ...
1
vote
1answer
28 views

popToRootViewControllerAnimated does not work with Tab Bar in iOS app

Application is structured as follows, this is a storyboard application using segue push Navigation Controller (Root) View Controller (Login) Tab Bar Controller Navigation Controller ...
1
vote
0answers
41 views

trouble passing data between tabs

I am writing a program which passes data between tabs. Fill a UITextField in the 1st tab, select the 2nd tab and see it displayed. The data to be passed is stored in a var in the 2nd tab in the ...
1
vote
2answers
201 views

Simple Torch Application in XCode

I am trying to build a simple torch application for iOS 5 as described in ...
1
vote
1answer
286 views

how to view the notification center on the iOS simulator?

On the device swiping down from the top of screen brings the notification center, but how do I get the notification center on the simulator ? I am on iOS 5
1
vote
3answers
145 views

Developing Iphone app for iOS 4.0 in iOS 5.0?

I developing iPhone application for iOS 4.2 using latest SDK iOS5. I trying to add external classes Kal but i gives me error "ARC forbids explicit message send of 'autorelease', 'retain', and ...
1
vote
1answer
167 views

Whatsapp send button

Currently I am building an application which has a bar just like the whatsapp one. You are able to fill in some text here and hit send. Now I am wondering.. how did Whatsapp create this button? ...
1
vote
0answers
148 views

iOS 5 sms notification causes glreadpixels to crash

Our app uses glreadpixels to capture screen on every frame. On iOS 5 devices, when you receive a text message (or any other notification, I assume), the app crashes on the glreadpixels call. The ...
1
vote
0answers
248 views

Custom Navigation Bar in iOS 5

I use a class to style the NavigationControllers in iOS 5. The problem I have is the moreNavigationController which is created automatically. I found a way to style the moreNavigation itself, if ...
1
vote
0answers
160 views

UISearchBar does not look properly

Can't fix an issue with the subj on iPad with iOS 5. I create UISearchBar as usual: UISearchBar *tempSearchBar = [[UISearchBar alloc] initWithFrame:CGRectMake(0, fb.height-12, 309, 44)]; ...
1
vote
0answers
99 views

Augmented Reality : Search an object with camera in Android & iOS

There are some virtual objects crawling ( moving slowly & randomly ) in a virtual plane, say 3m x 3m ( 2-dimensional , in parallel with the floor ). I would like to find the object out using ...
1
vote
3answers
836 views

navigationController bar back button missing in iOS 5

I upgraded to XCode 4.2. When my app is run in the iOS 4.0 simulator, the navigation bar is displayed on multiple views that are pushed into. When the app is run in the iOS 5.0 simulator and on a ...
1
vote
2answers
776 views

Application tried to present modally an active controller

I have searched for and found various q/a on this error, but have not been able to find any specific help for my issue (at least that my minimal experience allows me to understand). I am loading a ...
1
vote
1answer
224 views

Local Notification only appearing in Notification Center when app is open on iPhone

I'm having a strange issue. My UILocalNotifications are only appearing in the Notification Center when the app is open. If I have the iPhone at the launch screen they don't appear. The icon badge ...
1
vote
2answers
170 views

Random box in UITableView when building for iOS 5?

I have a weird box showing up when building for iOS 5. I am making one of my apps compatible for iOS 5 (originally built for iOS 4) so I got the new XCode and built it and it looks like this. Any idea ...
0
votes
1answer
12 views

iOS : MBProgressHUD and Automatic Reference Counting (ARC)

In xCode 4.2 & iOS 5 SDK , Automatic Reference Counting (ARC) is introduced. However, it made many third party libraries failed to compile, e.g. MBProgressHUD. Is there any way to avoid those ...
0
votes
0answers
15 views

iOS : Detect “Region Format” in iPhone App

In iPhone's settings, even with the same locale, the region format may be different. For example: For locale English with region format English (United States), UIDatePicker will show dd-MM-yyyy. ...
0
votes
1answer
16 views

iOS : Manage Localized Images

I have 2 sets of localized images for iPhone App. How should I place the images ? And how can I load into the app? The folder structure is as follow: For English version: ...
0
votes
0answers
27 views

My app works in 4.3 ios but when building for ios 5.0 it crash

My app crash when i select a row in a table on the iPAD 5.0 everything is fine on the iphone, i recently open my app using the new xcode 4.2 then updated the base sdk to ios 5.0 afterwards it just ...
0
votes
0answers
9 views

How do I access a prototype TableViewCell in another TableViewController on the same storyboard

I have several TableViewControllers that have exactly the same format TableViewCell used for completely different purposes. I have a TableViewController that has all of my prototype cells defined in ...
0
votes
0answers
9 views
+50

iOS MBProgressHUD : Show at Correct Timing

I have an tabbed App using UITabBarController. There are 2 tabs, linked to ViewController1 & ViewController2 respectively. When each view controller loads, it will fetch data from server. ...
0
votes
2answers
38 views

iPhone why is not showing the tweet sending screen after sending the sms

In my iOS app, i am trying to send Tweet once sending the SMS. what the problem here is it shows the sms screen and tap send button then the control comes to my "Send Tweet" method but it is not ...
0
votes
1answer
37 views

How to Fetch username only from the result set

How to get the username value only from the addressbook, when selecting a twitter detail of contact if ( property == kABPersonSocialProfileProperty) { ABMultiValueRef multi = ...
0
votes
0answers
54 views

UITableView selectRowAtIndexPath at multiple selection 5.0 working , 4.2 fail

I have a UITableView with multiple selection and no grouping. The cells are loaded rendered based on this tutorial described here: ...
0
votes
4answers
54 views

iOS: Custom UITableViewCell with 3 fields

I would like to create a custom UITableViewCell with 3 fields. I would like each of the fields to be horizontally scrollable. Field1 Field2 Field3 ====== ====== ====== Label1 | ...
0
votes
1answer
44 views

Showing UIWebView modal for login page

In my AppDelegate.m I'm using following code to show a modal UIWebView (a login page). @synthesize window, viewController; - (BOOL)application:(UIApplication *)application ...
0
votes
2answers
42 views

Limit action to once a day

In my app I would like to allow the user to enter a value only once a day. How do I make sure the the stored NSDate is not within the current day? Can I compare the day value of two NSDate while ...
0
votes
0answers
18 views

Newsstand App Library backgorund

I want to implement a Newsstand App and I have seen that almost Newsstand App have the same background for the Library, the first screen of the app, same xib, but with their own covers for their ...
0
votes
1answer
71 views

MapKit repsondsToSelector for setUserTrackingMode in IOS 4.3.3

I have the following code BOOL ios5 = [mapview respondsToSelector:@selector(setUserTrackingMode:animated:)]; if(ios5) { if(compass && tracking) [mapview ...
0
votes
1answer
34 views

How do I populate a sectioned table from a xml file?

Let's say I have an XML-file looking like this: <messages> <message id="1"> <text>Hello</text> <text>How are you?</text> <from>Mr. ...
0
votes
0answers
25 views

user details in Iphone

Is it possible to combine the details from address book in iphone with that obtained from ACAccounts to get user details more accurately? Is there any sample app showing the working of ACaccounts to ...
0
votes
1answer
140 views

AVfoundation unable to record audio in iOS 5

Having some major trouble trying to get a simple audio recording function built and Im not sure why. Ive followed some code (from here and other places) to build a very simple audio recorder and ...
0
votes
1answer
103 views

NSURLConnection Delegate not working

I have searched and tried a lot but in my application (which is using iOS 5 sdk) the NSURLConnection delegate methods gets called only when I initialise and start the connection in viewDidLoad method ...
0
votes
0answers
23 views

Check if an event exist using EventKit

I know how to create an event using EventKit framework. But how to check an event exist or not using EventKit framework? Is it possible?
0
votes
1answer
54 views

Play audio files one after another?

I want to play audio files, but would like to play them one after another. I saw some things, but it does not really work. For example, I want that the sound continues, "ken" will play after the "lo": ...
0
votes
0answers
22 views

iOS: Groups in UIPickerView?

Like the Drop Down Box ( the <select> tag ) in HTML , it has an element tag called <optgroup>. I wonder is there any grouping feature in UIPickerView ?
0
votes
0answers
75 views

Exception when loading NIB from bundle

I get a crash as soon as I try to show a view from a bundle. Here's the setup: Project contains a bundle CFramework.bundle inside the app's main bundle CFramework.bundle contains ...
0
votes
1answer
75 views

iOS: Passing object to custom UITableViewCell to UIViewController via a button action on cell

I have a custom UITableViewCell, which have a button on it, IB linked to a function called: - (IBAction)clickUse:(id)sender; In this function, I planned to pass an object from UITableView's data ...
0
votes
0answers
29 views

Direct play YouTube video in iPhone embedded player

How to directly play YouTube video in iPhone embedded player without exiting the original iPhone app?
0
votes
0answers
74 views

How to create a Universal Application using Xcode 4.2 Empty Application Template with StoryBoards?

I updated my xcode version to 4.2 and about to make a universal application using empty application template with storyboards. I don't know how to start with this thing using storyboards not the usual ...
0
votes
0answers
32 views

iOS: Control the appearance of Allow Push Notification & Allow Location Notification Prompt

I would like to control the appearance of Allow Push Notification & Allow Location Notification Prompt in iOS; I want them to appear when I click a button / execute by an IBAction. Is it ...
0
votes
0answers
15 views

How to set the indentation level of UISearchDisplayController's searchResultsTableView?

I planned to use a custom indentation level in UISearchDisplayController's searchResultsTableView. How can I access the UITableViewCell of the searchResultsTableView?
0
votes
1answer
45 views

Call out Phone App in iPhone & fill in a phone number ( no dial )

I know I can call out Phone App in iPhone & dial a phone number by : [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:12345678"]]; However, is there any way to call out the ...
0
votes
1answer
75 views

Highlighting a UIView similar to UIButton

I have a UIView with a number of subviews and a Tap gesture recognized associated and I want to mimic it having a 'touch' effect. That is, when the tap happens, I want to show the container view to ...
0
votes
0answers
37 views

How do I stop a UIPickerView from selecting a row automatically?

I have a UIPickerView set up to scroll and then select something automatically when it's highlighted (like normal). But I want to stop that. How would I program it to select it when the user has it ...
0
votes
1answer
101 views

strange managedContextObject passing error in objetive-c

SOLVED. I have a problem that is driving me crazy. One of that one inexplicable error that makes you cry "WHY ?!". Well, shortly, i have this managedContextObject i want to pass from a view ...

1 2