MobileMon

Results 23 issues of MobileMon

Feature request, fill middle of circle with color

Feature request Fractions of a second displayed instead of just int For example, 1.2, 1.3, etc I may try and work on this if I have time but not sure...

There is a delay when I tried to quickly swipe through pages, is there any way around this? In a normal scroll view with paging (for instance the home screen...

Any idea why it doesn't work in a translate with offset widget? Align( alignment: AlignmentDirectional.topCenter, child: Transform.translate( offset: Offset(0, offset), child: ExplosionWidget( child:

The view won't dealloc unless I manually remove it from superView in the didDismissDelegateMethod The problem with this though is if minimalNotificationDidDismissNotification method is never called, then the view is...

investigate

Every time I load a date it returns nil, even after a successful save ``` SwiftyPlistManager.shared.save(freeTrialExpirationDate, forKey: "keyDate", toPlistWithName: "data") { (err) in if err == nil { print("Value successfully...

A nice feature would be to animate the progress bar Something I could work on if I ever have time but just throwing it out there...

How to center the tabs if they fit on screen and don't need scrolling?

Instead of a solid color, can I use a gradient to fill in the pie chart segments and bar chart segments?

enhancement
Bar Chart
Pie Chart

if theres no internet connection it should throw up some kind of error