Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UITableView上ではなく、下側でa をバウンスすることはできますか? もしそうなら、私にコードを見せてください。
UITableView
迅速な2.2で:
func scrollViewDidScroll(scrollView: UIScrollView) { if scrollView.contentOffset.y <= 0 { scrollView.contentOffset = CGPointZero } }