Ian Keen

Results 14 comments of Ian Keen

I seem to be able to stop this behaviour by having each textfield use its own instance of `DDHotKeyTextFieldEditor` instead of `DDFieldEditor()` however I am unsure of the consequences of...

In case people are still following along.. it doesn't appear like #62 is moving along. I've been using this to pass arguments to storyboard based VCs which requires _no_ modification...

I have created a PR to extract accessibility identifiers from storyboards/xibs: https://github.com/SwiftGen/SwiftGen/pull/369

I'm happy to integrate this as part of the existing commands, im worried however that since this command deals with storyboards _and_ xibs that it may be confusing if it...

@AliSoftware thanks for spending some time on this 🤘 1. happy to produce some more templates, they will be duplicates though as there is no variation in the syntax between...

Yeah I'll look into adding the element type, _finding_ them isn't hard - it seems the `

also, you're thoughts on my q1 above ?

@AliSoftware so im getting close to having the element type as part of the output however another potential issue is going to be the `XCUIElement.Type` requiring `import XCTest` - which...

ok sounds good, in that case I won't worry about creating the `XCUIElement.Type` mapping (since that would require `XCTest` - I'll have it simply extract the element the identifier is...

@AliSoftware Finally got a chance to get back to this.., I've: - Updated all the identifiers in the test fixtures to be unique - Added the element type to the...