Guillermo Cruz
Guillermo Cruz
I also experience this issue because my iPhone was not up to date. But adding the openImageDialog method as a fallback is a good option.
This is probably because you're using a bigger font size than 12. A quick hack is to change the multiplier in the intrinsicContentSize func from size.width += paddingX * 2...
Experienced the same issue, I had to add this to my podfile pod 'BSForegroundNotification', :git => "https://github.com/kunass2/ForegroundNotification.git", :tag => '2.0.1'
@sanjeevghimire I'm also using RRv4 and got it working, but still haven't yet implemented the log out functionality. Here's my [repo](https://github.com/webjunkie01/auth_flow), I hope it helps. @jcolemorrison Great tutorial dude!, got...
@jcolemorrison Thanks, somehow I missed the link.