iOS設(shè)計模式 (三) 工廠模式之工廠方法

工廠模式:工廠方法
  • 定義一個用于創(chuàng)建對象的接口,讓子類決定實例化哪一個類。工廠方法使一個類的實例化延遲到其子類觉义。
  • 工廠方法UML


    2.png
demo實現(xiàn)
  • ColorViewGenerator(抽象類)
#import <Foundation/Foundation.h>
#import "RedView.h"
#import "BlueView.h"

@interface ColorViewGenerator : NSObject

- (ColorView *)colorViewWithFrame:(CGRect)rect;

@end
#import "ColorViewGenerator.h"

@implementation ColorViewGenerator

- (ColorView *)colorViewWithFrame:(CGRect)rect
{
   return [[ColorView alloc] initWithFrame:rect];
}

@end

  • RedViewGenerator(類)
#import "ColorViewGenerator.h"

@interface RedViewGenerator : ColorViewGenerator

@end

#import "RedViewGenerator.h"

@implementation RedViewGenerator

- (ColorView *)colorViewWithFrame:(CGRect)rect
{
    return [[RedView alloc] initWithFrame:rect];
}

@end

  • BlueViewGenrator(product類)
#import "ColorViewGenerator.h"

@interface BlueViewGenrator : ColorViewGenerator

@end
#import "BlueViewGenrator.h"

@implementation BlueViewGenrator

- (ColorView *)colorViewWithFrame:(CGRect)rect
{
    return [[BlueView alloc] initWithFrame:rect];
}

@end

  • ColorView 類(product 類)
#import <UIKit/UIKit.h>

@interface ColorView : UIView

@end

#import "ColorView.h"

@implementation ColorView

- (instancetype)initWithFrame:(CGRect)frame
{
    self = [super initWithFrame:frame];
    if (self) {
        self.backgroundColor = [UIColor grayColor];
    }
    return self;
}
@end
  • RedView 類(子類)
#import "ColorView.h"

@interface RedView : ColorView

@end
#import "RedView.h"

@implementation RedView

- (instancetype)initWithFrame:(CGRect)frame
{
    self = [super initWithFrame:frame];
    if (self) {
        self.backgroundColor = [UIColor redColor];
        UIImage *backGroundImage = [UIImage imageNamed:@"2"];
        UIImageView *backImageView = [[UIImageView alloc] initWithImage:backGroundImage];
        [self addSubview: backImageView];
    }
    return self;
}

@end
  • BlueView 子類
#import "ColorView.h"

@interface BlueView : ColorView

@end

#import "BlueView.h"

@implementation BlueView

- (instancetype)initWithFrame:(CGRect)frame
{
    self = [super initWithFrame:frame];
    if (self) {
        self.backgroundColor = [UIColor blueColor];
        UIImage *backGroundImage = [UIImage imageNamed:@"3"];
        UIImageView *backImageView = [[UIImageView alloc] initWithImage:backGroundImage];
        [self addSubview: backImageView];
    }
    return self;
}
@end
  • ViewController 類
#import <UIKit/UIKit.h>

@interface ViewController : UIViewController
@end
#import "ViewController.h"
#import "BlueViewGenrator.h"
#import "RedViewGenerator.h"
#import "RedView.h"
#import "BlueView.h"

@interface ViewController ()

@end

@implementation ViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    RedView *redview = (RedView *)[[RedViewGenerator alloc] colorViewWithFrame:self.view.bounds];
    [self.view addSubview: redview];
    
    BlueView *blueView = (BlueView *) [[BlueViewGenrator alloc] colorViewWithFrame:self.view.bounds];
    [self.view addSubview: blueView];
    
}

@end
源代碼詳見:https://github.com/defuliu/FactoryPatterns.git
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市闽瓢,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 206,839評論 6 482
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件氛什,死亡現(xiàn)場離奇詭異,居然都是意外死亡剔桨,警方通過查閱死者的電腦和手機屉更,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,543評論 2 382
  • 文/潘曉璐 我一進(jìn)店門徙融,熙熙樓的掌柜王于貴愁眉苦臉地迎上來洒缀,“玉大人,你說我怎么就攤上這事欺冀∈骷ǎ” “怎么了?”我有些...
    開封第一講書人閱讀 153,116評論 0 344
  • 文/不壞的土叔 我叫張陵隐轩,是天一觀的道長饺饭。 經(jīng)常有香客問我,道長职车,這世上最難降的妖魔是什么瘫俊? 我笑而不...
    開封第一講書人閱讀 55,371評論 1 279
  • 正文 為了忘掉前任鹊杖,我火速辦了婚禮,結(jié)果婚禮上扛芽,老公的妹妹穿的比我還像新娘骂蓖。我一直安慰自己,他們只是感情好川尖,可當(dāng)我...
    茶點故事閱讀 64,384評論 5 374
  • 文/花漫 我一把揭開白布登下。 她就那樣靜靜地躺著,像睡著了一般叮喳。 火紅的嫁衣襯著肌膚如雪被芳。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,111評論 1 285
  • 那天馍悟,我揣著相機與錄音畔濒,去河邊找鬼。 笑死锣咒,一個胖子當(dāng)著我的面吹牛篓冲,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播宠哄,決...
    沈念sama閱讀 38,416評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼壹将,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了毛嫉?” 一聲冷哼從身側(cè)響起诽俯,我...
    開封第一講書人閱讀 37,053評論 0 259
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎承粤,沒想到半個月后暴区,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,558評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡辛臊,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,007評論 2 325
  • 正文 我和宋清朗相戀三年仙粱,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片彻舰。...
    茶點故事閱讀 38,117評論 1 334
  • 序言:一個原本活蹦亂跳的男人離奇死亡伐割,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出刃唤,到底是詐尸還是另有隱情隔心,我是刑警寧澤,帶...
    沈念sama閱讀 33,756評論 4 324
  • 正文 年R本政府宣布尚胞,位于F島的核電站硬霍,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏笼裳。R本人自食惡果不足惜唯卖,卻給世界環(huán)境...
    茶點故事閱讀 39,324評論 3 307
  • 文/蒙蒙 一粱玲、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧拜轨,春花似錦密幔、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,315評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至堪嫂,卻和暖如春偎箫,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背皆串。 一陣腳步聲響...
    開封第一講書人閱讀 31,539評論 1 262
  • 我被黑心中介騙來泰國打工淹办, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人恶复。 一個月前我還...
    沈念sama閱讀 45,578評論 2 355
  • 正文 我出身青樓怜森,卻偏偏與公主長得像,于是被迫代替她去往敵國和親谤牡。 傳聞我的和親對象是個殘疾皇子副硅,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 42,877評論 2 345

推薦閱讀更多精彩內(nèi)容