Tagged Questions
1
vote
3answers
93 views
Create a button on top of UiTableView
I am trying to understand how does Facebook Messenger create a button at the button of the screen which stays on top of the UITableView and follows the scrolling as well?
I want to implement the ...
0
votes
1answer
55 views
drag for two UIScrollViews
I have two UIScrollViews, aScroll and bScroll. And the bScroll is the aScroll's subView. Problem I am facing is, i want to drag in bScroll and do not affect the aScroll.
Can someone help me here??
...
0
votes
2answers
128 views
Displaying a button at the bottom when scroll up
I'm a newbie to iOS and i'm trying to develop an application based on news.
In my application , I have a Root View Controller which is a Table View Controller to display news' title and news' images. ...
0
votes
0answers
196 views
iPhone Facebook Style Menu - Crashing when scrolling uitableview
I am trying to implement a side menu like Path / Facebook. I created a UIViewController with a UITableView and a UIImageView. I setup everything in my app delegate by creating a navigationcontroller ...
1
vote
4answers
2k views
UIView not firing methods in the UIScrollView delegate
I wonder if someone could please shed some light as to why any of the methods in UIScrollView delegate are not being fired.
To set the scene. I have a UIViewController which is pushed onto a stack. ...
0
votes
1answer
315 views
Can a UIViewController conform to a UIScrollViewDelegate and then lead to the next view where there are pages to be scrolled?
I am trying to develop a program wherein which the first screen contains a button and after the click of the button, it should take me to a scroll view and a page control. I have successfully ...
2
votes
3answers
3k views
How to use UIScrollView to switch between UIViews
How would I build multiple UIViews with multiple subviews and switch between them using a UIScrollView? I would appreciate anyone who can upload some code. I am a complete noob withe the iPhone.