Skip to content

Commit 95fc8be

Browse files
authored
Merge pull request #1 from muukii/performance
Use UICollectionView
2 parents 8354646 + fdca105 commit 95fc8be

File tree

14 files changed

+495
-657
lines changed

14 files changed

+495
-657
lines changed

Cartfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
github "nakiostudio/EasyPeasy"

Cartfile.private

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
github "devxoul/Then"
2+
github "nakiostudio/EasyPeasy"

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "nakiostudio/EasyPeasy" "a79e0d1c48d42cc1a28ea95e9fd8b924dfbea8a8"
2-
github "devxoul/Then" "2.0.0"
1+
github "devxoul/Then" "2.1.0"
2+
github "nakiostudio/EasyPeasy" "1.4.2"

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
install:
2+
carthage bootstrap --platform iOS

README.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,12 @@
55
[![License](https://img.shields.io/cocoapods/l/StackScrollView.svg?style=flat)](http://cocoapods.org/pods/StackScrollView)
66
[![Platform](https://img.shields.io/cocoapods/p/StackScrollView.svg?style=flat)](http://cocoapods.org/pods/StackScrollView)
77

8-
**Very Scalable** iOS form builder with **UIScrollView**
8+
## What is this?
99

10-
**Work in progress**
10+
StackScrollView builds form UI easily.
1111

12-
- StackScrollView (Core) this repository
13-
- UI Components (child repository) [StackScrollViewComponents](https://github.com/muukii/StackScrollViewComponents)
14-
15-
sample screenshot
16-
this sample -> [StackScrollViewComponents](https://github.com/muukii/StackScrollViewComponents)
17-
18-
<img src="shot.png" width=375>
19-
20-
## Requirements
21-
22-
## Installation
23-
24-
StackScrollView is available through [CocoaPods](http://cocoapods.org). To install
25-
it, simply add the following line to your Podfile:
26-
27-
```ruby
28-
pod "StackScrollView"
29-
```
12+
StackScrollView has internal UICollectionView.
13+
Internal CollectionView calculates size of view by AutoLayout, then that display.
3014

3115
## Author
3216

RevealServer.framework/Info.plist

629 Bytes
Binary file not shown.
-131 KB
Binary file not shown.

RevealServer.framework/Scripts/copy_and_codesign_revealserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ app_frameworks_dir="${CODESIGNING_FOLDER_PATH}/Frameworks"
1616

1717
copy_library() {
1818
mkdir -p "$app_frameworks_dir"
19-
cp -vRf "$REVEAL_SERVER_PATH" "${app_frameworks_dir}/${REVEAL_SERVER_FILENAME}"
19+
cp -vRf "$REVEAL_SERVER_PATH" "${app_frameworks_dir}/"
2020
}
2121

2222
codesign_library() {

RevealServer.framework/_CodeSignature/CodeResources

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
3yuCXIz4oBBkDOLogLf3z8EtWn0=
13+
LQTBZDrBuFWf//dKyd0gwtMMTv0=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>
1717
EuDEeG1dcC1sd+hIW2SkUAImUg8=
1818
</data>
1919
<key>Scripts/copy_and_codesign_revealserver.sh</key>
2020
<data>
21-
aQbLdf9lVnmDd2BfBMGsVPBPdb8=
21+
yB2zXTggmRD0rra2Hbpxn2zfCRo=
2222
</data>
2323
</dict>
2424
<key>files2</key>
@@ -49,11 +49,11 @@
4949
<dict>
5050
<key>hash</key>
5151
<data>
52-
aQbLdf9lVnmDd2BfBMGsVPBPdb8=
52+
yB2zXTggmRD0rra2Hbpxn2zfCRo=
5353
</data>
5454
<key>hash2</key>
5555
<data>
56-
UYSfYiTYxoDhVX7UwCYvPXGOWQ4Yrm5DzFoomMlSIMs=
56+
SL0x5cGSOyS1RcojHFEmFX5IDfon/vO37cFsjSIX7LA=
5757
</data>
5858
</dict>
5959
</dict>
@@ -75,6 +75,11 @@
7575
<key>weight</key>
7676
<real>1100</real>
7777
</dict>
78+
<key>^Base\.lproj/</key>
79+
<dict>
80+
<key>weight</key>
81+
<real>1010</real>
82+
</dict>
7883
<key>^version.plist$</key>
7984
<true/>
8085
</dict>
@@ -120,6 +125,11 @@
120125
<key>weight</key>
121126
<real>1100</real>
122127
</dict>
128+
<key>^Base\.lproj/</key>
129+
<dict>
130+
<key>weight</key>
131+
<real>1010</real>
132+
</dict>
123133
<key>^Info\.plist$</key>
124134
<dict>
125135
<key>omit</key>

0 commit comments

Comments
 (0)