Alexander Rubin
Results
2
issues of
Alexander Rubin
-moved from Define to const -add viewControllers inset -add alpha changing for interactive transition -fixed bug with 0 index in interactive transition -add fullscreen pan interactive transition -interactive transition working...
if you want to make the hit area larger, you must use negative numbers ``` [button setHitTestEdgeInsets:UIEdgeInsetsMake(-10, -10, -10, -10)]; ```