Leo
Leo
Add this block into your pod file: ``` post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = "" config.build_settings['CODE_SIGNING_REQUIRED'] = "NO" config.build_settings['CODE_SIGNING_ALLOWED'] = "NO" end end end ```
Problem in #10 is "push to other Controller navigationBar color can not set to default". It has been solved, what's your problem?
@zhangliuliu In the demo project it works, did you pull the latest code?
You need to set up the server yourself, you can find the instruction on the readme page. Regards. 2018-03-28 16:55 GMT+08:00 Alberto Jr Gaudicos : > struct Config { >...
you can comment out this line in viewWillAppear `[self scrollViewDidScroll:self.tableView]; `