Apptek Studios

Results 17 comments of Apptek Studios

Try setting alwaysBounceVertical to true on your tableView 👍 Looks like the content on the iPhone 8 isn't tall enough to enable scrolling.

The generic constraints issue relates to the `dequeueReusableCell` function casting T as 'Reusable', meaning that the subsequent call to `register(cellType:)` tries to register the class rather than the nib (in...

Thanks for implementing the protocol - I agree that it's definitely a much clearer solution. I've implemented the AutoRegistering for Headers/Footers and added an example 👍. Hopefully I'll find time...

Regarding UICollectionView: it seems that there's no API we can utilise to determine whether a class has been registered yet or not. A far less elegant solution would be to...

I think associated objects is a good way to do it. I went ahead and implemented it 👍 Shouldn't have any performance impact, because all that is done is creating...

I had a go at catching the objective C exceptions, however couldn't get anything to compile properly with the objective C included in the pod. https://github.com/apptekstudios/Reusable/tree/objcExceptions My opinion definitely leans...

Sorry for taking so long to get back to this - I've fixed those minor issues, pulled all changes from your master repo, and updated the changelog.