Is NSXMLParser's parse method asynchronous

前端 未结 4 525
清酒与你
清酒与你 2021-02-14 08:29

Is NSXMLParser\'s parse method asynchronous?

in other words if i have an NSXMLParse object and I call [someParseObject parse] from the main thread, will it

4条回答
  •  说谎
    说谎 (楼主)
    2021-02-14 09:18

    It is not asynchronous so it will block the main thread.

提交回复
热议问题