tombenner / nui

Style iOS apps with a stylesheet, similar to CSS
MIT License
3.76k stars 461 forks source link

Not works with swift3 #374

Closed razalur closed 7 years ago

razalur commented 7 years ago

Hello! I moved my project from swift 2.3 to swift 3. And now nui do not works. Neither via storyboard nui field nor via nuiClass in code with apply method. Don't know what to do. It's critical for me, because all styles in my app defined by nui. Could you please to help me?

razalur commented 7 years ago

Sorry, that's ok

Stunner commented 7 years ago

@razalur Could you please explain how you overcame your issue so that others with your same issue may benefit?

razalur commented 7 years ago

Yes. The trouble was trivial and not related to nui at all. It was wrong path to nss file. So the styles could not by applied. So be careful to avoid such situation! )