Jump to content

[Objective C]How to change the slide to unlock text


40 posts in this topic

Recommended Posts

Posted

Super simple.

 

Hidden Content

    #import <UIKit/UIKit.h>
    #import "Macros.h"
    
    @class _UIGlintyStringView<_SBFVibrantView>;
    
    @protocol _SBFVibrantView;
    
    @interface _UIGlintyStringView<_SBFVibrantView> : UILabel
    @end
    
    _UIGlintyStringView<_SBFVibrantView> *slideText;
    
    %hook SBLockScreenView
    
    - (void)layoutSubviews {
    %orig;
    
    slideText = MSHookIvar<_UIGlintyStringView<_SBFVibrantView> *>(self, "_slideToUnlockView");
    
    [slideText setText:@"AHHHHHHHH"];
    }
    %end
Posted

Nice :p

 

Screw Big B

No :p I expected this to get rejected, I just wanted to see what Optimo is looking for. I talked to him, and I'm working on something that won't get rejected.

Posted

No :p I expected this to get rejected, I just wanted to see what Optimo is looking for. I talked to him, and I'm working on something that won't get rejected.

:oO.o

 

Can't wait :3

×
  • 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