APP & program

【Swift】开发笔记(一)

2022-01-18  本文已影响0人  BeethOven
image.png
logo.snp.makeConstraints { (make) in
        make.centerX.equalToSuperview()
        make.top.equalTo(view.snp.topMargin).offset(80)
        make.size.equalTo(CGSize.init(width: 72, height: 72))
 }
[self.table scrollToItemAtIndexPath:indexPath
                                        atScrollPosition:UICollectionViewScrollPositionCenteredHorizontally
                                                animated:NO];
 [self.table layoutIfNeeded];
 cell = [self.table cellForItemAtIndexPath:indexPath];
delete 'Pods/', 'Podfile.lock', 'yourappname.xcworkspace'
pod deintegrate
pod install
$ rm ~/Library/Caches/CocoaPods/search_index.json 
$ pod search xxx

有的时候创建第二天就会出现,神奇~

sudo vi /etc/hosts 

新增或修改

140.82.114.3  github.com

在单例的初始化中继续通过shared的调用会因为内存问题导致崩溃,这个例子比较简单,如果在项目中可能需要深入挖掘,平时要注意

上一篇 下一篇

猜你喜欢

热点阅读