string to float swift
https://www.hackingwithswift.com/example-code/language/how-to-convert-a-string-to-a-float
static method with struct method
https://stackoverflow.com/questions/13372194/whats-the-difference-between-a-static-struct-method-and-a-static-class-method
dateformat swift
https://stackoverflow.com/questions/35700281/date-format-in-swift
get specific CALayer swift
https://stackoverflow.com/questions/26402170/how-can-i-select-calayer-in-swift-by-index
replace CALayer
https://stackoverflow.com/questions/39706137/how-to-replace-current-calayer
repeating array swift
https://stackoverflow.com/questions/37095943/repeating-array-in-swift
cell button clicked
https://stackoverflow.com/questions/44368515/swift-3-how-to-get-button-in-uicollectionviewcell-work
cell button clicked with delegate
https://stackoverflow.com/questions/20655060/get-button-click-inside-uitableviewcell
https://medium.com/@aapierce0/swift-using-protocols-to-add-custom-behavior-to-a-uitableviewcell-2c1f09610aa1
multiple select collectionview
https://stackoverflow.com/questions/52757524/how-do-i-got-multiple-selections-in-uicollection-view-using-swift-4
register cell difference with xib
https://www.hackingwithswift.com/example-code/language/how-to-convert-a-string-to-a-float
static method with struct method
https://stackoverflow.com/questions/13372194/whats-the-difference-between-a-static-struct-method-and-a-static-class-method
dateformat swift
https://stackoverflow.com/questions/35700281/date-format-in-swift
get specific CALayer swift
https://stackoverflow.com/questions/26402170/how-can-i-select-calayer-in-swift-by-index
replace CALayer
https://stackoverflow.com/questions/39706137/how-to-replace-current-calayer
repeating array swift
https://stackoverflow.com/questions/37095943/repeating-array-in-swift
cell button clicked
https://stackoverflow.com/questions/44368515/swift-3-how-to-get-button-in-uicollectionviewcell-work
cell button clicked with delegate
https://stackoverflow.com/questions/20655060/get-button-click-inside-uitableviewcell
https://medium.com/@aapierce0/swift-using-protocols-to-add-custom-behavior-to-a-uitableviewcell-2c1f09610aa1
multiple select collectionview
https://stackoverflow.com/questions/52757524/how-do-i-got-multiple-selections-in-uicollection-view-using-swift-4
register cell difference with xib
collectionView.register(SelectRegionViewCell.self, forCellWithReuseIdentifier: "SelectRegion")
collectionView.register(UINib(nibName: "SelectRegionViewCell", bundle: nil), forCellWithReuseIdentifier: "SelectRegion")
留言
張貼留言