gpt4 book ai didi

ios - UIPageControl 自定义合法吗?

转载 作者:行者123 更新时间:2023-11-29 12:28:24 34 4
gpt4 key购买 nike

我发现自定义UIPageControl页面图像非常容易(我已经检查过iOS7/8):

[self setValue:[UIImage imageNamed:@"my_icon_for_off_state"] forKey:@"_pageImage"];
[self setValue:[UIImage imageNamed:@"my_icon_for_on_state"] forKey:@"_currentPageImage"];

但我想知道我能否使用这段代码发布我的应用程序,因为这些变量在 UIPageControl 中声明为私有(private)?

最佳答案

根据 Apple,您不能在您的项目中使用私有(private) API。

但是我们可以。不用担心。老实说,在提交应用时,告知他们您使用了 xyz 代码。

Apple 不批准使用不安全私有(private) API 的应用。

很多次,我使用私有(private) API 并且 Apple 批准了它

诚实就是简单。

One of the example

关于ios - UIPageControl 自定义合法吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28409490/

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