Skip to content

SuXiaoya/NSProxyDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSProxyDemo

NSProxyDemo 该文章介绍NSProxy这个类。 在我理解,主要是一个中介类。 比如我想去卖衣服那里买衣服,我想卖书那里去买书。又不想亲自去,就找个代理一起完成。 SLJBookProvider 是书的提供者。 SLJClothesProvider是衣服的提供者。 SLJDealerProxy这个类就是衣服的代理类。继承自NSProxy这个类。是一个虚类;你可以通过继承它,并重写这两个方法以实现消息转发到另一个实例。

About

NSProxyDemo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published