开发者

Character count in MFMessageComposeViewController

开发者 https://www.devze.com 2023-01-13 04:35 出处:网络
Is there a way of showing the character count in the MFMessageComposeViewController? I have turned it ON in开发者_如何学C the iPhone settings for the native sms app but in my app it does not show it.F

Is there a way of showing the character count in the MFMessageComposeViewController? I have turned it ON in开发者_如何学C the iPhone settings for the native sms app but in my app it does not show it.


From MFMessageComposeViewController Class Reference :

Important: The message composition interface itself is not customizable and must not be modified by your application.

It's seem that you cannot change anything to this class.

Maybe there is a way to know if the option is enabled on the iPhone and, in this case, you'll put this key in NSUserDefaults but it will be surprising.

0

精彩评论

暂无评论...
验证码 换一张
取 消