Warning: Attempt to present * on * which is already presenting (null)

后端 未结 16 761
盖世英雄少女心
盖世英雄少女心 2021-02-03 17:14

This is my first application for iOS.

So I have a UIVIewController with a UITableView where I have integrated a UISearchBar and a

16条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-03 17:26

    I faced the same kind of problem What I did is from Interface builder selected my segue Its kind was "Present Modally" and its presentation was "Over current context"

    i changed the presentation to "Default", and then it worked for me.

提交回复
热议问题