bind UIButton to UIScrollView
I have a question about that how to bind UIButton
to UIScrollView
(not via command addSubview
). I have a scrollView as shown below.. and coordinates where this "temp UIButton" must开发者_高级运维 be. So how can I bind this button to UIScrollView
without using method addSubview
?? Thanks..
精彩评论