
In this app only two buttons for opening text and saving it.Īnd a big text view where I can edit text.Īnd the standard document pick dialogue is dropping down. With the one i could to code a simple text editor. I needed a powerful tool for handling any text. What I'm saying is, these two apps are wildly different in what they do, and can easily even be used in tandem.

I'm sure one exists that I just don't know of, though. Ruby, JavaScript, sure, but I don't know any in Python. I actually don't know of a framework in Python that allows for iOS app creation that results in accessible apps. Pythonista won't allow you to do that, nor will it anytime in the near future. Swift playgrounds allows you to learn that language, play with it, experiment with it and, soon, actually allow you to write iPad apps on an iPad.
#Swift note app tutorial ios 9 for mac
However, Swift Playgrounds is meant for one thing: learning the Swift programming language, which is primarily used for writing software for Mac OS, iOS, TVOS, Watch OS, iPad OS and I'm sure I'm missing one or two. Python is certainly a more universal language compared to Swift, it lets you do more general-purpose stuff as well as work in all sorts of other domains.

However, it's not going to let you build actual apps. It's great for experimenting with python, writing app extensions up to a point and giving your scripts a UI to work with.
