Codea 3.5 version (316)

Fyi I just learned that the init syntax I used has been deprecated.

This is the current way to do it:


        picker:initForOpeningContentTypes_({objc.cls.text})

…and it works, yay.

This seems very cool. Where are you folks learning how to use this stuff? We’re gonna need lots of little examples.

@RonJeffries this requires some understanding of objective-c and the native iOS APIs. I too look forward to lots of cool little helper classes coming from this.

@Simeon in version 320 i don’t crash returning to editor!

@piinthesky odd as I didn’t fix anything in that build! But I did find the issue on my side when running your test project, and I was able to fix it more thoroughly for the next build