What's new

Recent content by Priyankadmehta

  1. P

    How to scroll different viewcontroller class continouslly?

    I added different viewcontroller class in one scrollview class and i want to scroll all viewcontroller class continuously means when i reached at last viewcontroller class after that my scrollview load again come first viewcontroller class. so plz help me to do that using xcode programming for...
  2. P

    Swipe effect using scrollview controller

    hello I want to swipe effect when my view changes i used scrollview class in that i added that viewcontroller class in one array but problem is that all view controller class loaded at a time and in one viewcontroller class there is a video but it plays continously though i swipe and different...
  3. P

    Insert data from textfield to sqlite database

    I am ipad application developer and i want to insert data from my app to sqlite database in my application i have one registration form view controller class in that there are different textfield and value in the textfield and i want to insert that textfield value in existing table of sqlite...
  4. P

    swipe effct for different viewcontrollers in ipad application

    I m trying to give swipe effect to different uiviews with gesture recognization but views does not swipe with animation i want to give swipe effect which is coming on ipad screen when we go from one screen to another screen like
  5. P

    ipad application problem in gesture recognization and uiview swap effect

    swipe effct for viewcontrollers in ipad application i use scrollview in my project for swap and scroll different viewcontroller in scrollview i added four different pages in my first view controller i display one text file and one video file in second view controller video will play and in...
  6. P

    ipad application problem in gesture recognization and uiview swap effect

    swipe effect for different view i want to swipe different viewcontroller class from left to right which has different xib i tried using storyboard and scrollview,pageview controller but it does not work properlly...........
  7. P

    ipad application problem in gesture recognization and uiview swap effect

    i tried following code for giving gesture recognizer with swipe effect - (void)viewDidLoad { [self.view addGestureRecognizer:swipeRecognizer];*/ UISwipeGestureRecognizer* rightSwipeGestureRecognizer = [[[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(swipeRight:)]...
Back
Top