0
votes
1answer
15 views
Grouped style setting not taking effect from IB, UITableView
I've created a table view in an iPhone app using Interface Builder (IB). My table style is set to Grouped, and displays that way in IB. However, whenever I build and run, it shows …
0
votes
1answer
12 views
TabBar and selecting the default TabBarItem
Hi all,
In my iphone application I put a UITabBar (not using UITabBarController) in the bottom and put four TabBarItems(created IBoutlets -so that i'm able to track which item is …
1
vote
1answer
42 views
iPhone: optimized drawing in quartz
I have created a CG context that is 800 pixels wide and 1200 pixels height. I have created CGLayer over this context that has been transformed (scaled, translated and rotated). So, …
0
votes
1answer
19 views
IPHONE: rotating buttons on UIToolBar
Hi,
Is there any way to rotate the buttons on a UIToolBar as the camera application does when you take a picture in landscape?
When the user rotates the iPhone I want to keep th …
0
votes
1answer
19 views
One to Many relationships iPhone - NSPredicate core data query
I have a have a number of calendars, which each have a number of events. I would like to find all the events for a calendar where date > x.
My method signature looks like this
-( …
0
votes
1answer
25 views
iPhone UISearchBar & keyboardAppearance
When the keyboard appears, I want to set the
keyboardAppearance = UIKeyboardAppearanceAlert
I've checked the documentation and it looks like you can only change the keyboardTyp …
1
vote
1answer
42 views
3GS specific binary
I want to build my binary just for 3GS as it contains NEON assembly code, my app only works on 3GS. When I upload the binary to iTunesConnect, it rejects the binary saying that it …
0
votes
2answers
35 views
The best way to implement live(search as you type) contact search?
Hi guys,
I'm trying to implement a better live(search as you type) contact search in my iPhone app. After doing some real device testing if found my current (non-threaded) implem …
1
vote
1answer
27 views
Are there incremental updates to the iPhone SDK?
Hi!
I've only found the full download (iPhone SDK 3.1.2 with Xcode 3.2.1) on the developer center. I haven't been able to find something that will update me from 3.0 to 3.1.2? If …
0
votes
2answers
67 views
+100
Change title of MFMailComposeViewController
I'm using MFMailComposeViewController for in-app email in my app, but I'm not able to change the title. As default it's showing the subject in the title, but I would like to set th …
0
votes
1answer
34 views
Nesting Custom Classes/XIB’s with Interface Builder
I'll try to make this as short as I can.
I wrote a custom class that extends UIView with a couple of IBOutlet properties, and it has a XIB associated with it where those IBOutlets …
1
vote
2answers
53 views
Currency symbol for users current locale
In my app I need to display the appropriate currency symbol for the user's current locale. I'm not displaying currency values, just the symbol.
Any ideas?
0
votes
3answers
27 views
AudioSessionInitialize returning inscrutable error code
I'm calling AudioSessionInitialize like so
OSStatus result = AudioSessionInitialize(NULL,NULL,interruptionListener,NULL);
and getting the result 0xbfffde94 (i.e. -1073750040) wh …
1
vote
3answers
64 views
Quartz 2D vs OpenGL ES Learning Curve
Hi,
I have been developing iPhone Applications for a couple of months. I would like to know your views about the Quartz vs OpenGL ES 1.x or 2.0 learning curve. You can tell your …
0
votes
1answer
28 views
unable to see en.lproj folder in xcode?
I have localized my app.It's working fine.Now i want to localize my application name but xcode does not showing en.lproj directory.i have Localizable.strings in my resources folder …
