Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.01 KB

README.markdown

File metadata and controls

26 lines (14 loc) · 1.01 KB

IQWidgets for iOS

Reuseable GUI component library for devices running iOS.

License

Licensed under the Apache License Version 2.0

New version in progress

The original version of IQWidgets, while being a collection of useful widgets, lacked some API consistency and had some iOS7 issues. In addition, newer iOS APIs reduced the need for some features and made it possible to implement other features more efficiently. As a result, IQWidgets is currently undergoing some refactoring work.

The master branch is currently considered unstable and may introduce breaking API changes. The legacy version is kept and maintained in the legacy branch. Bugfixes are still accepted on the legacy version, but no new features will be introduced.

How to build

To use IQWidgets in your project, just add the .xcodeproj file to your existing project as a dependency.

The master branch will always be kept buildable on the latest stable (i.e. non-beta) version of Xcode.