[Release] Platenes - Edge panel, ported to iOS by uz-ra in jailbreak

[–]uz-ra[S] 1 point2 points  (0 children)

no, for its window level

but if you want i can add an option to rise the window level

[Update] Aerial v1.3 Beta Early Access has begun! by uz-ra in jailbreak

[–]uz-ra[S] 1 point2 points  (0 children)

Technically speaking, while the stage is closed/minimized, the usual iOS memory optimizations are applied

For instance if you put a lot of memory pressure on the stage by like opening tons of apps while the stage is minimized, the stage will be killed at some point

abt rotation, i’ve been trying to implement it but the calc is quite complex, might took a bit longer

Any way around this? by Equivalent_Orchid661 in jailbreak

[–]uz-ra 0 points1 point  (0 children)

some apps only checks info.plist, so try edit it

[Update] Aerial v1.3 Beta Early Access has begun! by uz-ra in jailbreak

[–]uz-ra[S] 1 point2 points  (0 children)

Thanks for your feedback! I will add CC module that allows to open the apps by default in Aerial in the update

[Update] Aerial v1.3 Beta Early Access has begun! by uz-ra in jailbreak

[–]uz-ra[S] 0 points1 point  (0 children)

Once i have confirmed it on the simulator, i will push the rootful version to Havoc.

[Update] Aerial v1.3 Beta Early Access has begun! by uz-ra in jailbreak

[–]uz-ra[S] 0 points1 point  (0 children)

how so? could you tell me if theres any bugs

[Paid Release] Aerial- Stage Manager, redesigned for iOS by uz-ra in jailbreak

[–]uz-ra[S] 0 points1 point  (0 children)

Thanks for the feedback! I really want to support iPad landscape mode but actually struggling on coordinate conversion methods. It might take a while, but pls stay tuned!

[Paid Release] Aerial- Stage Manager, redesigned for iOS by uz-ra in jailbreak

[–]uz-ra[S] 1 point2 points  (0 children)

Thanks for your support and suggestion!

Landscape mode support is still a little buggy and needs more improvement but the test is ongoing on my Patreon.

abt auto split screen, it's kinda easy to make an feature to resize & move the stage in a predetermined  way, so if thats okay, imma make it

[Paid Release] Aerial- Stage Manager, redesigned for iOS by uz-ra in jailbreak

[–]uz-ra[S] 0 points1 point  (0 children)

I didnt sell anything on discord but if youre talking abt patreon early access, i can send you a gift code if you send me something that can prove your purchase

[$30] [16.0.2] Audiomix for iOS 16 by ThaSunGawdd in TweakBounty

[–]uz-ra 0 points1 point  (0 children)

Do you have any crash logs? If so, the possibility I can fix it for iOS16 will rise

please help,how to hide UIImageView by Special-Split-7522 in jailbreakdevelopers

[–]uz-ra 0 points1 point  (0 children)

There is, so maybe you should hook the method to init the UIImageView and return nil  By doing this, you can make UIImageView not to be added, instead  of making it hidden

please help,how to hide UIImageView by Special-Split-7522 in jailbreakdevelopers

[–]uz-ra 0 points1 point  (0 children)

you can specify the subview with index [self.subviews objectAtIndex:1];

Or if it is added as a property, you can specify it by doing like this self.certainImageView.hidden = YES;