GitHub - mars-rover/ScreenLogView: print the memory info on to the iOS device's screen

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

3 Commits

Repository files navigation

ScreenLogView

usage ScreenLogView *lv = [[ScreenLogView alloc] initWithFrame:CGRectMake(0, 20, [[UIScreen mainScreen] bounds].size.width, 22)]; [self.view addSubview:lv]; // or [self.window bringSubviewToFront:lv]; [lv autoUpdateWithFrequency:1.0];

About

print the memory info on to the iOS device's screen

Resources

Readme

Activity

Stars

1 star

Watchers

1 watching

Forks

0 forks

Releases

No releases published