Yongliang
Yongliang
// filterView.snp.makeConstraints { (make) in // make.top.equalTo(64) // make.left.right.equalTo(view) // make.height.equalTo(38) // } I'm using SnapKit, the label of menu displays on top offset about half of height. pls check...
For many menu items, some are hidden, can not scroll up and touch down. iOS 9.3 / iPhone6
The lib is really good. I setup UITableView in each view controller, it seems the table view's frame is fixed in the content view, and the navigation bar looks not...
Enviroment: parse-dashboard 5.0.0 / parse-server 6.0.0 The port in `--config dashboard.json` doesn't work, the only way to work is give a particular port with --port: ``` parse-dashboard --config dashboard.json --port...
Add a new function for check new version and block callback Fix the missing resources // @dengzhp's repos