You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-13Lines changed: 27 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,47 @@
1
-
# YCoreUI
2
-
Core components for iOS to accelerate building user interfaces in code.
3
-
4
-
This framework comprises UIView extensions for declarative AutoLayout, UIColor extensions for WCAG 2.0 contrast ratio calculations, and UIScrollView extensions to assist with keyboard avoidance.
_Core components for iOS to accelerate building user interfaces in code._
4
+
5
+
This lightweight framework primarily comprises:
6
+
7
+
* UIView extensions for declarative Auto Layout
8
+
* UIScrollView extensions to assist with keyboard avoidance
9
+
* UIColor extensions for WCAG 2.0 contrast ratio calculations
10
+
11
+
It also contains miscellaneous other Foundation and UIKit extensions.
5
12
6
13
Documentation
7
14
----------
8
15
9
16
Documentation is automatically generated from source code comments and rendered as a static website hosted via GitHub Pages at: https://yml-org.github.io/YCoreUI/
10
17
11
-
Requirements
18
+
Installation
19
+
----------
20
+
21
+
You can add Y-CoreUI to an Xcode project by adding it as a package dependency.
22
+
23
+
1. From the **File** menu, select **Add Packages...**
24
+
2. Enter "[https://github.com/yml-org/YCoreUI](https://github.com/yml-org/YCoreUI)" into the package repository URL text field
0 commit comments