Alexander Schuch
Alexander Schuch
Should be possible, I'll try to add that alongside swift 2.3 and 3.0 support in the near future.
I think its rather a matter of the max length that can be encoded into the QRCode format. > Numeric only Max. 7,089 characters (0, 1, 2, 3, 4, 5,...
To be honest, I don't know. A test would be a good idea, do you want to submit a pull request?
This will be merged as soon as the Carthage framework is updated as well...
Thanks for bringing this blog post to my attention. I think its a great idea, not sure how to handle this with the current API though. Do you have a...
Hi, yes I've see this as well. For some reason, UITableViewController does some internal layouting that prevents any added subviews to correctly show and hide. I do intend to support...
Hi, yes this framework is still actively maintained. I am quite busy right now, so I am not as responsive as I should be atm. I'll definitely try to get...
I've pushed some changes to master that allow for better support of UITableViewController and UICollectionViewController (thanks @AnthonyMDev). Please take a look and report any issues. Thanks! ✌️
I am unable to reproduce this issue. The example project calls `startLoading()` from `viewWillAppear` to make sure the loading state is shown immediately.
Hi, thanks for the suggestion. I was thinking about a generic `PlaceholderViewProtocol` that every placeholder view can _optionally_ adopt. The protocol gets called whenever the view - `willAppear` - `didAppear`...