Mark Turner

Results 246 comments of Mark Turner

Being able to define nested forms would be awesome. If you had a object with relationships, which has relationships. You could define a form within a form within a form.

+1 for adding support for disabling keyboard notifications. my solution for now: ` [[NSNotificationCenter defaultCenter] removeObserver:formController]; ` after initialising the `FXFormController`

The `statusBarHeight` could be the culprit here. If I replace the height with: ```swift var statusBarHeight: CGFloat { return 0.0 } ``` The bar does behave how we like, however...

Actually it seems that `navigationController` resolves to nil upon `viewDidDisappear` which results in `stopFollowingScrollView()` not completing. Not sure if this is a iOS 13 change or fact I'm using contained...

Hey @andreamazz sorry not to reply sooner. The issue happening was my vc view would layout with the `topLayoutGuide` being zero & then once the navigation transition has completed -...

@andreamazz this still seems to be an issue. The `toVC.topLayoutGuide.length` == 20.0 during the animation, then equals 0.0 once `completeTransition:YES` is called.

@andreamazz seems to make a difference if the navigation bar is not translucent.

@wvteijlingen perhaps you could transfer repo over to me?