Skip to content

Commit e301fcd

Browse files
committed
[Docs] Add License and Readme
1 parent 03d10b5 commit e301fcd

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

LICENSE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The MIT License (MIT)
2+
Copyright (c) 2016 Benjamin Encz
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# UILib
2+
3+
UILib brings the concepts of Facebook's React to Swift and UIKit.
4+
5+
##Goals
6+
7+
- Make library as uninvasive as possible: make it use system components; make it easy to use with existing UI components
8+
- Use native UI APIs on the rendering layer to get full functionality of complex UI components, such as table views and collection views
9+
10+
##Technical Details
11+
12+
Using UILib views are represented as a tree of components. There are two types of components: `Component` and `ContainerComponent`.
13+
14+
Each Component renders itself.

0 commit comments

Comments
 (0)