Rxswift: Value of type 'UITextField' has no member 'rx_text'

Created on 29 Apr 2016  路  4Comments  路  Source: ReactiveX/RxSwift

Hello everybody!
I've decided to start learning Rx and I've downloaded the RxCocoa and RxSwift using CocoaPods.
Unfortunately it doesn't work ;( It can not find the rx_text extension of the UITextField, even though the file UITextField+Rx.swift is the there. What am I doing wrong ?

screen shot 2016-04-29 at 23 49 05

Most helpful comment

Already changed to UITextField().rx.text

All 4 comments

import RxSwift
import RxCocoa

I swear it didn't work yesterday. I've tried that before, but now it works ... Well, I feel very silly, but this works, so thank you :)

@denis631 You're welcome. It sometimes happens, don't mind.

Already changed to UITextField().rx.text

Was this page helpful?
0 / 5 - 0 ratings