Questions tagged [iphone-sdk-4.3]

Refers to the iPhone software development kit, version 4.3

21 questions
0
votes
1 answer

Unable to call methods from static library Pax86

I wanted to use the Pax86 library for iOS. Intially I tried creating the library manually, as I had all the required files. But it consists of file with code to create a static library which can be run on the terminal but only for iPhonesdk4.3.…
user1899840
  • 543
  • 2
  • 7
  • 19
0
votes
1 answer

Adding UISearchBar in UINavigationBar

I Added UISearchBar in UINavigationBar and its showing also but the delegate methods are not working. My code is as follows: MainViewController.h @interface MainViewController : UIViewController { } @property(nonatomic,…
0
votes
1 answer

Passing an IBaction to another ViewController

I have an IBAction button in one UIViewController that I want to perform an action in another UIViewController. How do I do this?
TWcode
  • 813
  • 2
  • 13
  • 27
0
votes
1 answer

iOS how to display new UIView?

New to iOS dev. Kindly correct me if i am wrong? I have a UIWindow, and rootviewcontroller is : @interface ViewController : UIViewController { IBOutlet UIButton *but; } @property (nonatomic, strong) UIButton *but; -(IBAction)…
Whoami
  • 13,930
  • 19
  • 84
  • 140
-1
votes
2 answers

Working with SQLite in IOS

Hello, I am using following code to implement SQLite Database in Application. Friends have you any other easiest way to implement this, Which work with all the content of SQLite Database. // .h File of DBManager #import…
user5022541
-5
votes
1 answer

Issue with button tag in sectioned UITableView

I have two buttons inside sectioned tableview cell thumbs up and thumbs down. Initially image of both button is not selected. When I select thumbs up button its image become thumbs up selected and other one become thumbsdown not selected and vice…
Susha
  • 37
  • 4
1
2