mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 12:57:42 +08:00
Handled text change notifications for iOS label.
This commit is contained in:
@ -22,6 +22,10 @@ export class Observable {
|
||||
// true to track the Changing phase, false otherwise
|
||||
private _trackChanging = false;
|
||||
|
||||
constructor(body?: any) {
|
||||
// TODO: Not implemented
|
||||
}
|
||||
|
||||
public addObserver(eventName: string, callback: (data: ChangeData) => void) {
|
||||
this.verifyCallback(callback);
|
||||
var list = this.getEventList(eventName, true);
|
||||
|
Reference in New Issue
Block a user