Skip to content

MTACS/alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Alpine

Proper tvOS alerts for iOS

alpine-banner

Available soon on Havoc

Alpine uses classes and styling taken directly from tvOS to bring a clean and modern look to alerts system wide. Cephei is required for use in all apps on all jailbreaks (rootful & rootless) on iOS 14.0 - 16.x.

Features

  • Use fullscreen or alert only background blur
  • Set type of background blur styling (iOS/tvOS)
  • Choose interface style (dark/light/system) for all alert elements
  • Tap anywhere outside alert view to dismiss
  • Hide cancel button globally (automatically enables tap to dismiss)

Example of tvOS classes used

%hook UIInterfaceActionVisualStyle
- (id)initWithConcreteVisualStyle:(id)arg0 {
	UIInterfaceActionConcreteVisualStyle_AppleTV *style = [%c(UIInterfaceActionConcreteVisualStyle_AppleTV) new];
	return %orig(style);
}
%end

Screenshots

screenshots

Submit Bug Report

Request Feature

About

Alpine Tweak for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published