New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #631 Scroll & constraint issues in BrowserViewController #894
Merged
Review Fix
1ec2c4e
Select commit
eb1082c
Corrected constraints relationships. Previously attached to child of …
danishjafri88 77926da
Removed redundant creation of pan gesture when one already exists for…
danishjafri88 083e02f
Corrected the logic for offset when using iPad(shows tabsbar). The `h…
danishjafri88 baed29f
Improved animation as per apple guidelines.
danishjafri88 1400373
Removed unnecessary setting of maxTouch on scrollView and enabled Zoo…
danishjafri88 1ec2c4e
Review Fix
danishjafri88 8fc0af8
The footer view will never be nil but is initialised in viewdidload s…
danishjafri88 d0b9ca7
Fixes an issue where the footer height is ambiguous due to lack of co…
danishjafri88 09cc3e1
refactored animation option
danishjafri88 1f96405
Aligned fav vc with footer
danishjafri88 fedf1b6
resolved conflict
danishjafri88 7a62569
merge development
danishjafri88 cc1307b
Removed unneeded comment.
jhreis d7f0193
Merge branch 'bugfix/fix.bug.631' of github.com:brave/brave-ios into …
jhreis
Merged
Fixes #631 Scroll & constraint issues in BrowserViewController #894
Review Fix
Jan 2, 2019
Jan 2, 2019
Jan 2, 2019
Jan 2, 2019
Jan 2, 2019
Jan 2, 2019
Jan 9, 2019
Jan 23, 2019
Jan 23, 2019
Feb 12, 2019
Apr 9, 2019
Apr 9, 2019
Apr 11, 2019
Apr 11, 2019
1ec2c4e
Select commit
eb1082c
Corrected constraints relationships. Previously attached to child of …
danishjafri88 77926da
Removed redundant creation of pan gesture when one already exists for…
danishjafri88 083e02f
Corrected the logic for offset when using iPad(shows tabsbar). The `h…
danishjafri88 baed29f
Improved animation as per apple guidelines.
danishjafri88 1400373
Removed unnecessary setting of maxTouch on scrollView and enabled Zoo…
danishjafri88 1ec2c4e
Review Fix
danishjafri88 8fc0af8
The footer view will never be nil but is initialised in viewdidload s…
danishjafri88 d0b9ca7
Fixes an issue where the footer height is ambiguous due to lack of co…
danishjafri88 09cc3e1
refactored animation option
danishjafri88 1f96405
Aligned fav vc with footer
danishjafri88 fedf1b6
resolved conflict
danishjafri88 7a62569
merge development
danishjafri88 cc1307b
Removed unneeded comment.
jhreis d7f0193
Merge branch 'bugfix/fix.bug.631' of github.com:brave/brave-ios into …
jhreis