quemb / QMBParallaxScrollViewController

Add a parallax top view to any UIScrollView (incl. UITableViews) - #Parallax #ScrollView #TableView #Header
http://quemb.github.io/QMBParallaxScrollViewController
MIT License
873 stars 121 forks source link

Sample on create everything programmatically #24

Open jslim89 opened 9 years ago

jslim89 commented 9 years ago

I create everything programmatically on my project, when I try to plugin this plugin to my project, I encounter the issue that the base view cannot change to UIImageView and also cannot resize the UIViewController.

See http://stackoverflow.com/questions/25379152/change-base-view-of-uiviewcontroller-to-uiimageview

Can provide an sample project create everything programmatically?

nrdgroove commented 9 years ago

Did you got any solution for your issue?

jslim89 commented 9 years ago

No. I end up using https://github.com/apping/APParallaxHeader this plugin