Jump to content

Changing UISwitch Colours in Preference Bundles


Joka

18 posts in this topic

Recommended Posts

Posted
4 minutes ago, Fadexz said:

Thanks dad!  :)

Saw your Flex patches KreyGasm using your Safari progress bar one ;) 

Posted
2 minutes ago, Joka said:

Saw your Flex patches KreyGasm using your Safari progress bar one ;) 

lol, I thought Flex was for noobs and you would never once touch it with your greatness?

Posted
Just now, Fadexz said:

lol, I thought Flex was for noobs and you would never once touch it with your greatness?

I usually f*** around in Flex, changing colours in apps etc, so I guess I like seeing what the community makes :P

Posted
38 minutes ago, Joka said:

I usually f*** around in Flex, changing colours in apps etc, so I guess I like seeing what the community makes 😛

I was wondering who that was commenting on my patches, didn't realise it was you, you mf.

Posted

@Joka You forgot to mention one important thing which is to include the framework

#import <Preferences/PSControlTableCell.h>

I had to find that out myself, i'm proud I did.  😛

Posted
7 hours ago, Fadexz said:

@Joka You forgot to mention one important thing which is to include the framework


#import <Preferences/PSControlTableCell.h>

I had to find that out myself, i'm proud I did.  😛

:smart:

Posted

Hey Joka 👋🏻

I followed the excact steps, but i keep ending up with theos outputtion this error:

installerPrefsRootListController.m:12:32: error: cannot find interface
      declaration for 'PSControlTableCell', superclass of 'PSSwitchTableCell'
@interface PSSwitchTableCell : PSControlTableCell
~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
installerPrefsRootListController.m:26:29: error: no visible @interface for
      'SRSwitchTableCell' declares the selector 'control'
        [((UISwitch *)[self control]) setOnTintColor:[UIColor blackColor...
                       ~~~~ ^~~~~~~
2 errors generated.

Do you know what the cause is, do i need to add something to my header file?

Thanks in advance!

Posted
On 10/30/2019 at 6:05 PM, vanwijkdave said:

Hey Joka 👋🏻

I followed the excact steps, but i keep ending up with theos outputtion this error:


installerPrefsRootListController.m:12:32: error: cannot find interface
      declaration for 'PSControlTableCell', superclass of 'PSSwitchTableCell'
@interface PSSwitchTableCell : PSControlTableCell
~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
installerPrefsRootListController.m:26:29: error: no visible @interface for
      'SRSwitchTableCell' declares the selector 'control'
        [((UISwitch *)[self control]) setOnTintColor:[UIColor blackColor...
                       ~~~~ ^~~~~~~
2 errors generated.

Do you know what the cause is, do i need to add something to my header file?

Thanks in advance!

Check my reply (2 before yours).

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines