Tutorial Part 1: How to make expanding/shrinking views on iPhone SDK
Uploader Comments (abgapps)
All Comments (27)
-
your awesome man. this is exactly what i was looking for!
-
Thanks, man. Corrected it! Best tutorial out there in my opinion (I'm completely new to xcode, so this helped out a lot!
-
Ok it was that.
Shame on me not going to the third part !
-
@JulianBrain I am not entirely sure what you mean. Perhaps take a look at this video of mine which talks about including topbars in the app - there is a link to it towards the bottom of the description of this video. It may indeed solve your problem. I hope it helps.
-
Everything works until this line :
if ([animationID isEqualToString:@"animationExp
and"]) { [[self navigationController] pushViewController:viewControl ler animated:NO]; }
The pushViewController function brings view to fullscreen...!
On my first view, I got a topbar with logo and buttons, I want this bar to be on every view, WITHOUT make it on each view (I just want the first view to stay "behind", where we just see the top bar)...
Do you understand ? Like in Facebook app, in fact...
This is a good tutorial. I would like to know how I can reduce the size of the second view so that it appears above the first view (something like an Alertview).Can you help me?
rk0170 9 months ago
@rk0170 I can have a go later and get back to you, but out of interest is this the easiest way around what you are attempting to do? You could just have a UITextView or UIImageView appear the size you want in on the main view?
abgapps 9 months ago
This is a great tutorial; I've built this thing a couple of times, and I'm pretty sure I've been meticulous, but at the stage just after adding a view controller to the 'expandingViewController page, I can NOT seem to get the secondVC to display in the connections tab once I go to File's owner... Any ideas? I'm going out of my mind so any help would be appreciated.
Scottulus 9 months ago
@Scottulus I have PM'd you my email address so you can send me your project for me to take a look.
abgapps 9 months ago
Hi there,
This is an awesome tutorial for as im new in programming apps. Thank you so much.
I would like to know if you could please make a tutorial on a view curl, if u tap on the bottom of the view, it curls and takes you to the second view.
Also on how to put a login system on your app.
Best regards.
MrSoninke 1 year ago
@MrSoninke I am not exactly sure what you mean. I could potentially do a tutorial if you provide some more information. I apologise for the extreme lateness of this reply but I took a break from developing.
abgapps 1 year ago