Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dasmulli/ios-framework-example

Sample project setup for an iOS framework target containing UI elements
https://github.com/dasmulli/ios-framework-example

Last synced: 21 days ago
JSON representation

Sample project setup for an iOS framework target containing UI elements

Awesome Lists containing this project

README

        

# iOS 8+ Framework with GUI example

This project(s) demonstrate how to create and use Frameworks that provide UI components to display in the hosting application.
This can be useful when code needs to be reusable or parts of an application are created by third parties without providing access to source code.

The project setup is based an article by kodmunki™: https://kodmunki.wordpress.com/2015/03/04/cocoa-touch-frameworks-for-ios8-remix/