gpt4 book ai didi

iphone - 关闭或离开 View Controller 时如何将数据插入 sqlite3 数据库?

转载 作者:行者123 更新时间:2023-11-29 13:22:29 25 4
gpt4 key购买 nike

我已经在 sqlite3 中创建了一个表。现在,当我关闭或离开包含“UILabel”的“View Controller”时,我想保存最后显示在“UILabel”上的数据。我该怎么做?

最佳答案

当您关闭或离开您的 viewController 时,会调用两个函数

- (void)viewWillDisappear:(BOOL)animated; // Called when the view is dismissed, covered or otherwise hidden. Default does nothing
- (void)viewDidDisappear:(BOOL)animated; // Called after the view was dismissed, covered or otherwise hidden. Default does nothing

希望这对你有帮助..

关于iphone - 关闭或离开 View Controller 时如何将数据插入 sqlite3 数据库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14051457/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com