Mortal
Mortal
方案一经我测试,确实在6p以上机型会出现高度计算不准确,但是如果在方案一中更新collectionView前加上你方案2中systemLayoutSizeFittingSize方法下面的这一句”self.collectionView.frame = CGRectMake(0, 0, targetSize.width-MAGIN16*2, 44);“ 而且这里的44高度也可以为任意值不影响,这样也是可以准确的计算出高度的,也就是说点睛之笔其实就在于这一句。不过不太明白里面的机制,为啥一定要加这一句才能最后正确计算出高度
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
使用 titleBecomeFirstResponder 和contentBecomeFirstResponder 都没有效果
### Command ``` /Users/chencheng/.rvm/rubies/ruby-2.4.1/bin/pod trunk push MJBUserInfoKit.podspec --allow-warnings --use-libraries ``` ### Report * What did you do? * What did you expect to happen? * What happened instead? ### Stack...