This content has 10 years. Please, read this page keeping its age in your mind.The situation is like that: You have a UIViewController which has many text fields. It could be like: The problem is that when the keyboard appears, it hides the text fields. The solution is to lay down your text fields in
Tag: UIScrollView
UIPageControl using Auto Layout (UIScrollView issue)
This content has 12 years. Please, read this page keeping its age in your mind.As your app design and development goes on you decide that is good to use a UIPageControl to navigate though a series of UIView (or UIViewControllers). If you are using iOS 6, Auto Layout is enabled on your storyboard. Later you will
Continue reading UIPageControl using Auto Layout (UIScrollView issue)
UIScrollView on iPhone’s 5 bigger screen
This content has 12 years. Please, read this page keeping its age in your mind.In case that you have a scroll view and works fine in iPhone 4/4s with height 960 pixels, when you will try to use it on iPhone 5 you will see somenting like this: a great white stripe. Don’t try
ScrollView inside a scene on a StoryBoard
This content has 13 years. Please, read this page keeping its age in your mind.Hmm, you are in a scene of a storyboard and you want to add a UIScrollView. Ok, from the utility area add Scroll View object on top of your scene. If you have already placed UI objects (like labels, textfileds etc),