Icon
libAPAppViewby Baw Appie
This package is available for rootful jailbreak like Taurine, Unc0ver.
Add Merona Repo to your package manager to install this package.

libAPAppView

Get Application View on SpringBoard.

How to use

To use libAPAppView, copy libAPAppView.h to $THEOS/include and libAPAppView.dylib to $THEOS/lib. Then add XXX_LIBRARIES = APAppView to your tweak's Makefile and #import <libAPAppView.h> into source code. Then add Depends: com.rpgfarm.libapappview to 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];

View on GitHub

Version 1.0.1

2022-12-01

  • Support iOS 15

Version 1.0

2021-01-05

No changes


Latest Version
1.0.1
Released
12/1/2022
Price
Free
Developer
Baw Appie