Liu Fengting
Liu Fengting
Failed to render and update auto layout status for LoginViewController (7ej-oF-PKC): dlopen(FSCalendar.framework, 1): no suitable image found. Did find: FSCalendar.framework: required code signature missing for 'FSCalendar.framework'
@saitejapanditi67 , @Rjmaurya13 `use_frameworks!` try add this line or comment this line , pod install, command + shift + K, run again.
@wanglouin1990925 Hi, get image size method is 'NSURLConnection.sendSynchronousRequest(request as URLRequest, returning: nil)' in `FTImageSize.swift`, It's a synchronous method. It blocks main thread when cannot connect to server. I don't have...
我不确定应该如何帮到你,但是我没有写过server端,我以前写过XMPP做聊天的项目,近期我会提交一个demo上来,但是最近有点忙,可能稍晚一些。
@property (nonatomic) NSInteger indentationLevel; // adjust content indent. default is 0 @property (nonatomic) CGFloat indentationWidth; // width for each level. default is 10.0 check out these two properties in UITableViewCell.h....
i didnt use these property in this project.
check this out: https://github.com/liufengting/FTFoldableTableView I wrote this demo, and it's not finished yet. I think it maybe the thing you want. I haven't have the idea to set up the...
I'm gonna test it and get back to you.
I just add local image support at V2.0.1, check it out.
应该是加了延时,后面有空我会改掉它