Forum Archive

Anyone implement a UICollectionView in pythonista?

shinyformica

Before I delve into all the necessary objective-c to build a UICollectionView and delegate that I can use inside a pythonista UI, has anyone out there already done the necessary wrapping so that I can have a working starting point?

https://developer.apple.com/documentation/uikit/uicollectionview

I don't need much more than the basic functionality, so I'll need the view, a datasource and a delegate, but not much else, I think.

cvp

@shinyformica did you see here

mikael

@shinyformica, please make a wrapper for us all.

shinyformica

@cvp no, somehow that did not appear when I searched for UICollectionView. Probably would have if I'd searched more deeply...that looks promising.

@mikael I promise to provide an example for whatever I end up with.