hamzasood / CustomWatchFaceTest

Custom watch faces on Apple Watch
349 stars 56 forks source link

NTKFaceStyle subclass #3

Open finngaida opened 8 years ago

finngaida commented 8 years ago

I'm trying to get the project to work, but can't find any header for NTKFaceStyle is it just an int typealias or am I missing something completely?

Baddaboo commented 8 years ago

Are you talking about the reference in SupportingHooks.m? I just made it an int, as it seems to be an enum in one of the header files and you can't get enums in a class dump

finngaida commented 8 years ago

Yeah that did it. Any idea on how to load the dylib? Is there any other way than swapping out the WatchKit stub for the dylib and thus bundling it with an app?

StevenTLBF commented 7 years ago

@finngaida Any progress?

finngaida commented 7 years ago

not really, but I didn't work much on it afterwards anyways

StevenTLBF commented 7 years ago

@finngaida Think you could take another crack at it? :)

finngaida commented 7 years ago

right now not really, I've got a lot of stuff going on right now