yconst / YCML

A Machine Learning and Optimization framework for Objective-C and Swift (MacOS and iOS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change from NSNotificationCenter to delegate pattern

yconst opened this issue · comments

Currently trainers in YCML use NSNotifications to announce their progress. However, a delegate pattern is more flexible, better performing and portable.

Implemented as of 0.4.11