devxoul / RxViewController

RxSwift wrapper for UIViewController and NSViewController
MIT License
346 stars 64 forks source link

No xib or interface builder #10

Closed axelpart closed 6 years ago

axelpart commented 6 years ago

I wanted to ask if anyone tried to use it in a UIController without a .xib or interface builder screen. I am trying to use it on custom classes but after subscribing to any method nothing is happening.

devxoul commented 6 years ago

@axelpart can you share your code?

axelpart commented 6 years ago

@devxoul sorry for opening the issue. I created a test project and everything works as expected. I think that there is an issue on my other project setup somewhere. Please feel free to close the issue.