Skip to content

MobileAnalytics/iPython-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyObjC-for-iOS

Migraged from PyObjC 3.1: https://pythonhosted.org/pyobjc/

Currently includes: CoreFoundation, Foundation, Quartz, SceneKit, SpriteKit, UIKit

For performance reason nearly all metadata are not lazy loaded. you need to add what you want by yourself

Other frameworks may be added soon

Example SprityBird comes from https://github.com/kirualex/SprityBird and re-writen in Python language with PyObjC for iOS framework(iPython_Framework).