matteogobbi / MGSpotyViewController

Beautiful viewController with a tableView and amazing effects like a viewController in the Spotify app.
MIT License
1.02k stars 106 forks source link

table view with zero rows or fulscreen image view #13

Closed shahankit closed 9 years ago

shahankit commented 9 years ago

I want a small table view (2 rows) or just not table view with small circular image in middle and the enlarged blurred image in background and the scroll effect enabled. Also I dont want the scroll up effect. Can you tell how do I do that? I tried setting the number of rows in table view to 2 but it looks bad. I did set the small circular image view in middle. I'm no getting how do I set the image of mainImageView to be enlarged and covering nearly entire screen.

shahankit commented 9 years ago

I made the frame size of mainImageView to CGRectMake(0,0,320,568) in the initialize method. This shows perfectly the way I want in the beginning but when I scroll it returns back to original size.

shahankit commented 9 years ago

Ok I changed the frame size in scrollViewDidScroll method also to 0.0-diff/2, 0.0, 320+absoluteY,568+absoluteY.