iPhone Fixed-Position UITableView Background

后端 未结 5 1996
北海茫月
北海茫月 2020-12-03 14:53

I\'m building an iPhone app without the use of Interface Builder. I have set the background of a grouped UITableView in the following manor:

self.view.backgrou

5条回答
  •  有刺的猬
    2020-12-03 15:13

    You can place an additional view below UITableView and set its background, so if UITableView is transparent - you'll achieve your goal - it will have correct background and it will not scroll.

提交回复
热议问题