You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a fork: https://github.com/iltercengiz/ParallaxBlur
I have made mainScrollView property public and instead of assigning it to the view property of view controller, I have added is as a subview. Also there are 4 NSLayoutConstraint properties, each of them attaches mainScrollView to the view from both sides with 0 distance.
If you're using auto-layout from the start, in your subclass' -viewDidLoad method, just remove mainScrollViewBottomToSuperView constraint from self.view and add your button from storyboard or programmatically and add the needed constraints (i.e. a constraint from mainScrollView's bottom to top of button),
OR
Adjust mainScrollViewBottomToSuperView's constant property according to the button's height.
Hope this helps.
@iltercengiz, I'm doing mostly Rails development these days and not a ton of iOS work. If you're interested I can give you direct commit access to this repo to merge in your changes.
hello, I wanted to ask if you can add a button at the end of the view. I attach a screenshot.
I hope to help
Thank you very much
The text was updated successfully, but these errors were encountered: