song-react

Results 16 issues of song-react

enhancement
Closure API Request

通过 [IPAPatch](https://github.com/Naituw/IPAPatch) 可以轻松的安装呢

for example ```swift let detailLocation = gesture.location(in: contentLabel) let storage = NSTextStorage(attributedString: contentLabel.attributedText) let manager = NSLayoutManager() storage.addLayoutManager(manager) let container = NSTextContainer(size: CGSize(width: contentLabel.bounds.size.width, height: CGFloat.greatestFiniteMagnitude)) container.lineFragmentPadding = 0 container.maximumNumberOfLines...

enhancement

Alamofire.request(method: Method, URLString: URLStringConvertible, parameters: JSON String?, encoding: ParameterEncoding)

enhancement

![free-converter com-20170606024939-4083835175](https://cloud.githubusercontent.com/assets/6511522/26817052/6d157878-4ac7-11e7-9fa7-4c672d4f3935.gif) ```Objc BOOL listIten = [self.treeView isCellForItemExpanded:model] == NO; if (listIten) { [self.treeView expandRowForItem:model expandChildren:NO withRowAnimation:RATreeViewRowAnimationAutomatic]; } else { [self.treeView collapseRowForItem:model collapseChildren:YES withRowAnimation:RATreeViewRowAnimationAutomatic]; } ```

命令 `mysql> source file_name.sql;` 和 `mysql -u root -p database_name < file_name.sql` 都失败了 还有别的办法没有

when number of row > 1000, memory use up you may consider generate middle image and release image of rows, in case of add to much image to array

```swift URLProtocol.wk_register(scheme: "https") URLProtocol.wk_register(scheme: "http") URLProtocol.registerClass(WebPURLProtocol.self) ``` 后post body丢失你是怎么解决的?