libAPAppView
libAPAppView
Get Application View on SpringBoard.
How to use
To use libAPAppView, copy
libAPAppView.hto$THEOS/includeandlibAPAppView.dylibto$THEOS/lib. Then addXXX_LIBRARIES = APAppViewto your tweak's Makefile and#import <libAPAppView.h>into source code. Then addDepends: com.rpgfarm.libapappviewto control file.APAppView Interface
@interface APAppView -(UIView *)viewForBundleID:(NSString *)bundleID; -(void)stopAppView; @end[Example] Get stock "Calculator" application view
APAppView *appView = [[APAppView alloc] init]; [yourView addSubview:[appView viewForBundleID:@"com.apple.calculator"]]; --- when viewWillDisappear--- [appView stopAppView];
Whats New?
- Support iOS 15
More Information
DeveloperBaw Appie
Version1.0.1
Released12/1/2022
PriceFree