Swift: Floating Plus button over Tableview using The StoryBoard

后端 未结 5 1661
忘掉有多难
忘掉有多难 2020-12-28 08:18

How to Add floating button as Facebook\'s App Rooms using the storyboard?

I can\'t drag UIView on the tableview that\'s the only way I know.

5条回答
  •  暖寄归人
    2020-12-28 09:10

    It's simply because your UIButton is under the UITableView, move it in the storyboard's tree so it appears like this :

    | View
    |-- Table View
    |-- Button
    

提交回复
热议问题