banjun

Results 17 comments of banjun

The animation changes. I think there's a more clean way but I've not yet found it and wonder why the example crashes. For crash safety, I use this patch as...

@rayfix you, too. 😉 In my case I think the patch is logically correct, but some patch that have moving rows can cause crash in UITableView. (By the way, checking...

You can try taking a real watchface file by sharing from your Watch or iPhone, and opening it in WatchFaceDumper.app in order to know real values for your usecase. And...

@c2p-cmd thank you for your update! It seems that the PR contains commits from ongoing PR #3 . You can choose any of these (A or B). A. change the...

@c2p-cmd thanks for your second try. Before I can merge the PR, two changes are needed. 1. It seems that you are creating PR on your main branch and it...

Yes I created the feature PR #3. You can try to import portrait watchfaces on the branch. To edit, for now, 3 images per single photo should be created by...

like this https://twitter.com/banjun/status/1504449967922253824

I cannot find any WSDLs on the page. WSDL2Swift requires a pair of a WSDL(xml) and XSD(xml) (described to be imported into the WSDL) as input to generate Swift codes.

@Bathilde Thanks issuing with the example wsdl. After first look, `return self.init(name: name, part: node["part"].first!)` fails for `getVersionRequest`, which means WSDL2Swift requires each wsdl message have at least one `part`....