Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justin/jww-uikit-extensions
A set of UIKit extensions and types I tend to write for every project I work on.
https://github.com/justin/jww-uikit-extensions
Last synced: about 2 months ago
JSON representation
A set of UIKit extensions and types I tend to write for every project I work on.
- Host: GitHub
- URL: https://github.com/justin/jww-uikit-extensions
- Owner: justin
- License: mit
- Created: 2019-07-31T21:57:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T16:07:00.000Z (3 months ago)
- Last Synced: 2024-11-04T17:19:39.837Z (3 months ago)
- Language: Swift
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JWW UIKit Extensions
A set of extensions and types I tend to write for every project I work on.
## Contents
* **SegueIdenfitiable**: A protocol to add additional type safety to storyboard segues.
* **StoryboardInitializable**: A protocol that makes it easy to vend off a type-safe view controller from a storyboard file.
* **UIView+Extensions**: An extension to `UIView` to add the `usesAutoLayout` property.
* **UIViewController+Containment** An extension to `UIViewController` that adds additional convenience functions for managing parent-child relationships between view controllers.
* **XibInitializable** A protocol to load a `UIView` from an independent Xib file.## License
Copyright 2024 Justin Williams. Licensed under the MIT license.