You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor HUD views into LoopUI framework (#284) (#330)
* Rough cut at moving HUD views into their own framework.
* Move view code into the HUDViewKit framework directory
* Remove HUDViewKit
* Add GlucoseTrend and NSTimeInterval directly to WatchApp Extension so that it doesn't have to pull in HUDViewKit
* Get all targets to compile with HUDViewKit
1. Make HKUnit extension internal and included it directly into all
necessary targets to avoid a conflict with the same extension in
LoopKit
2. Publicize any necessary HUDViewKit vars, funcs
3. Store the Int raw value for GlucoseTrend in WatchContext and create
a computed property that returns it as a GlucoseTrend object to avoid
the conflict where both Loop and WatchApp Extension have their own
separate concept of GlucoseTrend.
* Rename HUDViewKit to LoopUI
* partway through moving layout
* WIP
* Resize stack view to fill container view
* Embed LoopUI framework
* Use NibLoadable for HUDView
0 commit comments