Read-Only string in settings bundle

后端 未结 3 1762
孤街浪徒
孤街浪徒 2021-01-05 00:48

I\'ve added a Settings.bundle, however while displaying version numbers I\'d like the fields to be read-only.

I\'ve seen a few suggestions that say to change the typ

3条回答
  •  失恋的感觉
    2021-01-05 01:44

                
                
                    Type
                    PSGroupSpecifier
                    Title
                    version
                
                
                    DefaultValue
                    1.1
                    Key
                    version
                    Title
                    version
                    Type
                    PSTitleValueSpecifier
                
            
    

    I am able to add readonly variable 'Version' with the above dictionary in root.plist. Have you set using Title specifier ?? Or Try adding above dict. in your root.plist , this will add readonly title in your settings in group style.

提交回复
热议问题