ianegordon

Results 7 comments of ianegordon

There are solid references on adding Carthage support in #1102.

Hi @sohayb . We are still interested in supporting Carthage, but the last time we looked into it there was some functionality in our Cocoapods that was difficult to mimic...

Hi @AlexanderBollbach thank you giving this issue a nudge. Unfortunately, we don't have currently have this on our immediate timeline. I'll raise this at our next planning meeting.

Hi @sohayb , I'm sorry to have missed you and for being so long since an update. I'd hoped to be able to share good news, but unfortunately we don't...

Hi Tommy, We will investigate. Thanks for filing the issue. -Ian

I believe you want to query the frame as you animateAlongsideTransition inside your PresentationController. -(void)viewWillTransitionToSize:withTransitionCoordinator: { // Call super ... [coordinator animateAlongsideTransition: ^() { // self.contentView.frame should be current now...