CosynPa
CosynPa
For example when I localize launchScreen.storyboard which has a label whose ID is "cZB-if-HYR", R.generated.swift will has the following code: ``` swift /// This `R.string` struct is generated, and contains...
Fixes #1833 and #2651. Better wait after #2654 is merged, then rebase on it.
This continues #2286. In this pull request, any repository "owner/project" is cloned in the directory "project/owner/". So if two repositories have the same name but different owners, they will be...
* `carthage version`: 0.20.1 * `xcodebuild -version`: 8.2.1(8C1002) * Are you using `--no-build`? YES * Are you using `--no-use-binaries`? YES * Are you using `--use-submodules`? NO * Are you using...
This fixes #70 and #50
https://github.com/CosynPa/TZStackView
You can design stack view and see layout result at _design time_ in Interface Builder. After you setup your stack view and its subviews in Interface Builder, click one subview...
The first two commits are from pull request #54, we need this since we want to test layoutMarginsRelativeArrangement.
We had 70 test functions that exhaust all the combinations of 7 alignments, 2 axes, and 5 distributions (7 \* 2 \* 5 = 70). If we want to test...