Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dasmulli/ios-framework-example
- Owner: dasMulli
- Created: 2015-06-17T14:10:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T14:14:59.000Z (over 9 years ago)
- Last Synced: 2024-10-25T13:07:46.097Z (26 days ago)
- Language: Objective-C
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/