Liang

Results 5 comments of Liang

`class CustomClass:FSPagerViewCell {` override init(frame: CGRect) { super.init(frame: frame) } required init?(coder: NSCoder) { fatalError("init(coder:) has not been implemented") } override var isSelected: Bool { set { super.isSelected = false...

https://github.com/WenchaoD/FSPagerView/issues/296#issuecomment-994247630

![image](https://user-images.githubusercontent.com/16486885/146115802-2217d81e-2f82-41dc-91d9-ebeff1f6ed43.png)

pod 'SKPhotoBrowser', :git => 'https://github.com/suzuki-0000/SKPhotoBrowser.git', :branch => 'master'

struct CSRecordItem:PagingItem{ public let index: Int public var title: String public init(index: Int, title: String) { self.index = index self.title = title } func isEqual(to item: PagingItem) -> Bool {...