Refers to the iPhone software development kit, version 3.2.
0
votes
1answer
436 views
Post as a fan page on iOS Facebook SDK 3.0
I'm trying to post to a fan page as the fan page, not as the user.
On the old SDK, I simply asked for "me/accounts" and received the access token. Now I can do the same, but I have no way to use that ...
0
votes
1answer
189 views
iPhone in-call status bar size?
Does anyone know the size of the in-call status bar?
I am developing an app to be mostly used when the phone is in a call and would like to make the UI so it is usable while the in-call status bar is ...
0
votes
2answers
148 views
ERROR: Request for member 'rootview controller' in something not a structure or union?
self.window.rootViewController = self.tabBarController;
Request for member 'rootview controller' in something not a structure or union
what does this error mean?????
0
votes
3answers
67 views
how to call a method in iphone applications?
i have a method in delegate.m file
-(void) switchToTabbarController
{
TabBarController *tabBarController =
[[TabBarController alloc] initWithNibName:@"TabBarController" bundle:nil];
...
0
votes
4answers
993 views
What is the difference between view 'did load' method and 'didFinishLaunching' application
In the iPhone SDK, can anyone explain the difference between application DidFinishLaunching in delegate and ViewDidLoad method in ViewControler?
0
votes
3answers
847 views
Display login screen before Tab bar controller [duplicate]
Possible Duplicate:
show a login screen before Tab bar controller?
i am designing an iphone application which should be display login screen initially, after that it should display tab bar ...
0
votes
1answer
39 views
what are connections need to to be done for tab bar controller in the main window.xib?
help me out with the connections need to be done in the mainwindow.xib for tab bar controller to swith between the tab bar items.
i have connected app delegate to tab bar controller.
But am unable ...
1
vote
4answers
2k views
show a login screen before Tab bar controller [duplicate]
Possible Duplicate:
show a login screen before Tab bar controller?
i am designing an iphone application which should be display login screen initially, after that it should display tab bar ...
0
votes
1answer
220 views
Insert excel file in SQLite Database in Iphone
We have a requirement to insert a excel/pdf file into SQLite database filed.How can we do this ? Is it possible to convert the excel/pdf file in some binary format and then insert into a blob field in ...
0
votes
0answers
64 views
How can we save gdb data in to a file and display in to view
is it possible save gdb data into .txt file and display those text file data into a UIView.
1
vote
3answers
729 views
Tapku calender Add Events
I am using Tapku library in my app.its work fine for me..but my point is How can add different Images on different Events on Calendar.
Thanks In Advance
0
votes
2answers
465 views
How to overide UIToolbar method with later version of iOS 4.2
This code works fine with iPad Simulator 4.2, but not with later version of iOS4.3 or after that.I am not able to Override the UIToolbar class methods.
@implementation UIToolbar (CustomImage)
- ...
1
vote
0answers
299 views
Iphone sdk not installed error while installing phonegap template
I recently installed iPhone SDK on my Mac OS X 10.5 VMWare. I have iPhone SDK 3 installed on the vmware image. I planned to learn Phonegap development and so started to install the 'PhoneGap Template' ...
0
votes
1answer
240 views
Peer-to-Peer (w/ iPhones)?
Is it possible to have your app accept "ALL" Peer-to-Peer connections, say via settings?
I prefer the option of allowing users to "always accept bonjour connections for myApp, automatically" or ...
1
vote
2answers
580 views
How to use NSTimer to make an image alpha change/fade?
I am programming an app for the iphone in Objective C in Xcode. What I am trying to do is to make a splash screen at the start of my app last for about 2 or 3 seconds, I have looked throughout the ...
0
votes
0answers
194 views
iphone ios version 3.2 and earlier — button background image rendering
I am developing code for ios 4.0.1 that I am now testing with earlier versions. My problems begins with ios verison 3.2 and earlier.
I notice my buttons with background images are being rendered at ...
0
votes
2answers
460 views
dyld: Symbol not found: error in iOS 3.2
I am getting the following error on iOS 3.2:
dyld: Symbol not found: _OBJC_CLASS_$_NSCache
Referenced from: /var/mobile/Applications/884C05DF-261D-4581-96CD-3727103C5832/speedymap.app/speedymap
...
0
votes
1answer
410 views
facebook me/home API return empty Array : facebook-ios-sdk
I am working with facebook-ios-sdk, It working fine
But I am facing issue related to me/home API. It giving empty array in that case.
But When I logged-in with different facebook account then it ...
0
votes
1answer
170 views
problem with facebook api
Any one know what's going wrong with facebook old Api?
I am using the facebook old Api in my app and it has been working fine for a couple of months but now when I connect to facebook the opening ...
1
vote
2answers
631 views
setImage:forState: does not work in iOS 3.2
The expected behavior is to change the image (from play to pause and from pause to play) when the play action is clicked. This works as expected in version 4.x. In version 3.2 the setImage does not ...
0
votes
2answers
2k views
Use twitter ios sdk oAuth
I try to use MGTwitterEngine for twitter Iphone integration,
this is supporting both xAuth and oAuth as per its documentation
and firstly I try it using xAuth as which function I am calling named ...
0
votes
2answers
215 views
iPhone Programming Table
I added a table to my app, and with that table, I added a scroll bar, just like the contancts in the iPhone. The scroll is working with the letters, but i have a problem with it, under letter A, i ...
-1
votes
1answer
935 views
Adding video to an iPhone application
How do I add a video to an iPhone app. using iPhone SDK 3.2.5?
I dont see the actual video but I can hear it playing.
Here is the code:
-(void) viewDidLoad{
NSBundle *bundle=[NSBundle ...
0
votes
3answers
229 views
Cocoa Touch animation delaying command
What is the command of delaying an action to fade in an image?
0
votes
3answers
182 views
iPhone Programming
How can I create a table in iphone SDK 3.2.5 that works like the Table in Contacts?
I want a table in which the scroll bar has all the letters and when you press on the letter, it moves you ...
1
vote
1answer
183 views
universal app target for iphone & ipad - 2 app error
Really would appreciate it if you can help me with something. I have searched every websites and apple documentation but cannot find an answer for the following issue I have:
I have upgraded an ...
0
votes
1answer
1k views
Raphael JavaScript Library on iPhone
I've included the Raphael JavaScript library into an iPhone project, however I'm not able to get it to work in a webview. I have a basic test where I should get a red circle. It works on Safari on the ...
0
votes
1answer
690 views
how to make a public class/method using objective-c?
we are a group working on an iPhone app. and its our first time. I just would like to know the easy way to implement a public class so that my partner can give me a variable that contains a value i ...
0
votes
1answer
138 views
iphone sdk uitabbarcontroller does not work
I'm trying to create 3 Tabbar control but the third one does not display the page, anyone know what's wrong with the code? Thanx in advance.
FirstViewController* viewController1 = ...
1
vote
1answer
694 views
Autosizing doesn't work when loading from XIB after rotating
In my app I add a view loaded from XIB with UIViewAutosizingMaskFlexibleWidth and have the desired result only in one of two cases:
Adding subview on portrait, and rotating to landscape, resizes the ...
2
votes
1answer
85 views
Where is link path info generated from?
When I compile my iPhone application I get lots of errors, but the one that looks the most obvious to me is this link error:
ld: warning: directory ...
0
votes
1answer
81 views
how do I compile with 3.2 even though I have 4.1.2 installed
I am having trouble with the new 4.1 for iPad. I want to still compile against 3.2. Do I set the base version in the project settings? If so, why is it marked as missing? How do I get it and where do ...
0
votes
1answer
413 views
ADBannerView appering in landscape mode, but not in thr portrait mode
How to autochange the size of ADBannerView when iphone is in landscape mode or portrait mode.
iAd appears in landscape mode but not in the portrait mode.
1
vote
1answer
342 views
Difference between iPhone SDK 3.x and 4.x
what is the difference between
iPhone SDK 3.x and iPhone 4.x ?
what is the new features in iPhone ?
How to feel a iPhone programmer the
iPhone SDK 4.x feature. ?
Thanks & regards.
1
vote
2answers
3k views
How to disable a 'Done' button from nav bar when keyboard slides in?
I believe I can't disable it because I can't access that UIBarButttonItem programmatically
(with either viewWithTag or rightBarButtonItem).
Any suggestions (short from adding the interface without ...
1
vote
1answer
517 views
ipad: Image loading and Memory management problem & crash of the app
I am having about 60 different images coming from the webservice.And I am storing it in a NSMutablearray.
now when I load the image for the very first time , each image will consume about 0.5 to 1.5 ...
0
votes
1answer
156 views
Control when menu disappears in UISplitViewController
I've got a UISplitViewController set up and working nicely. When a user touches a row, it pops out an indented row of options, which the user can then select to update the detail view. The only issue ...
16
votes
1answer
3k views
isEqual doesn't always work for NSIndexPath? What can I use in its place?
I've got some code that relies on comparing two NSIndexPaths and executing different code based on their equality or lack thereof (using -isEqual). Most of the time it works properly, but sometimes it ...
0
votes
2answers
50 views
Left area of section in iPhone TableView
I have a section where I would like to customize the left area of a section a TableView - a bit like viewForHeaderInSection.
I have thought at using a cell for the section instead, but it would be a ...
0
votes
1answer
387 views
Replace a line in a file
I have a very large text file, and my iPad program needs to occasionally replace a single line of data (newline: '\n'). How can I do this efficiently? Writing the entire file at once is not an option.
...
10
votes
4answers
14k views
Lauching App with URL (via UIApplicationDelegate's handleOpenURL) working under iOS 4, but not under iOS 3.2
I have implemented UIApplicationDelegate's
application:didFinishLaunchingWithOptions:
and
application:handleOpenURL:
according to specification, i.e.,
application:didFinishLaunchingWithOptions:
...
0
votes
4answers
201 views
Good Books for Iphone sdk and Objective-C
I have choosen Iphone as my profession and I am working on it for making my career on this particular field.Since from last few weeks I am searching on for good books on Iphone sdk and on obj-c with ...
0
votes
2answers
659 views
disclosure indicator shifted from its position after scrolling in iphone
I am facing a strange problem. In a table view, I am having 3 sections out of which 1st section is having only labels and text fields. 2nd and 3rd section contains text fields and disclosure indicator ...
0
votes
1answer
274 views
iPad Universal Binary - problem with MessageUI.framework
I'm in the process of turning one of my iPhone apps into a universal binary. Everything works ok accept for the MFMessageComposeViewController Class. I went the single project with two targets route.
...
0
votes
1answer
420 views
iPad Partial Curl Modal View causes MPMoviePlayer to restart
I'm developing a presentation app for a client, and in the presentation the client is able to double tap a slide to view a "sub-slide", which means the current slide does a partial curl transition to ...
0
votes
0answers
689 views
Keyboard won't dismiss when popover closes on iOS 3.2
- (BOOL)popoverControllerShouldDismissPopover:(UIPopoverController *)popoverController {
[self dismissFirstResponder];
return YES;
}
-(void)dismissFirstResponder {
[nameField ...
0
votes
2answers
590 views
wait_fences: failed to receive reply: 10004003
i am trying to add splitview into my project code.
I understand that most of the SplitView project have their splitview loaded on the main window.
but i need to have other views before i come to the ...
1
vote
1answer
899 views
what does _serverConnectionDiedNotification mean?
_serverConnectionDiedNotification. Info
-- notification=NSConcreteNotification 0xd931a30
{name = AVController_ServerConnectionDiedNotification;
object = <AVController: 0xce7e340>},
...
1
vote
2answers
2k views
vertical color gradient
Horizontal gradient is working fine . Is there any property to get vertical color gradient from horizontal gradient.
I have seen the related question regarding this where they have explained using ...
0
votes
1answer
55 views
Need to Call a Method When the Device BecomeActive
I need a help from you, That is I am implementing an application in that I need to call a method once the app resign and becomeActive but it is not working. Is there any way to call a method from our ...

