Re: [swift-users] Problem with Access Control and Extensions

2017-09-21 Thread Geordie Jay via swift-users
Adrian Zubarev via swift-users schrieb am Mi. 20. Sep. 2017 um 22:13: > I don’t get your problem here. If you don’t want to debate the correctness > of your code, why are you asking for help or even showing error messages > for a code snippet that cannot work? > > 1. Drop

Re: [swift-users] Problem with Access Control and Extensions

2017-09-20 Thread Rick Aurbach via swift-users
Thank you, Adrian. (What I meant by “debating the correctness of my code” was that I wanted to talk about the approach and not about the content of the viewDidLoad() method.) Cheers, Rick Aurbach > On Sep 20, 2017, at 3:13 PM, Adrian Zubarev > wrote: > >

Re: [swift-users] Problem with Access Control and Extensions

2017-09-20 Thread Adrian Zubarev via swift-users
I don’t get your problem here. If you don’t want to debate the correctness of your code, why are you asking for help or even showing error messages for a code snippet that cannot work? 1. Drop the access modifier from the extension itself, because this is only for convenience, which may or may