Skip to content

Commit cdf949b

Browse files
committedSep 22, 2020
Added Example implementations
1 parent 2932b4f commit cdf949b

File tree

7 files changed

+333
-1
lines changed

7 files changed

+333
-1
lines changed
 

‎OnoKit.xcodeproj/project.pbxproj

+145-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 52;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -49,9 +49,24 @@
4949
7793AA622516729500910FAC /* CommonClosureSleeve.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7793AA612516729500910FAC /* CommonClosureSleeve.swift */; };
5050
7793AA65251672B600910FAC /* UIControlExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7793AA64251672B600910FAC /* UIControlExtension.swift */; };
5151
7793AB822516CD4E00910FAC /* UICollectionViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7793AB812516CD4E00910FAC /* UICollectionViewExtension.swift */; };
52+
77E9AEDF25198A55002A8538 /* OnoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 770456E7251522F1006CC071 /* OnoKit.framework */; platformFilter = ios; };
53+
77E9AEE925198A76002A8538 /* ExampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77E9AEE825198A76002A8538 /* ExampleView.swift */; };
54+
77E9AEEF25198A7E002A8538 /* ExampleViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77E9AEEE25198A7E002A8538 /* ExampleViewModel.swift */; };
55+
77E9AEF625198A89002A8538 /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77E9AEF525198A89002A8538 /* ExampleViewController.swift */; };
56+
77E9AEFA25198BC1002A8538 /* ExampleViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77E9AEF925198BC1002A8538 /* ExampleViewModelTests.swift */; };
5257
F3FF6975D3ADD9ACCA4E275C /* Pods_OnoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A9E3F1689CD6C95BE0112C /* Pods_OnoKit.framework */; };
5358
/* End PBXBuildFile section */
5459

60+
/* Begin PBXContainerItemProxy section */
61+
77E9AEE025198A55002A8538 /* PBXContainerItemProxy */ = {
62+
isa = PBXContainerItemProxy;
63+
containerPortal = 770456DE251522F0006CC071 /* Project object */;
64+
proxyType = 1;
65+
remoteGlobalIDString = 770456E6251522F0006CC071;
66+
remoteInfo = OnoKit;
67+
};
68+
/* End PBXContainerItemProxy section */
69+
5570
/* Begin PBXFileReference section */
5671
55A9E3F1689CD6C95BE0112C /* Pods_OnoKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OnoKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5772
678736D52C2FCD745E0D3315 /* Pods-OnoKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnoKit.debug.xcconfig"; path = "Target Support Files/Pods-OnoKit/Pods-OnoKit.debug.xcconfig"; sourceTree = "<group>"; };
@@ -100,6 +115,12 @@
100115
7793AA612516729500910FAC /* CommonClosureSleeve.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonClosureSleeve.swift; sourceTree = "<group>"; };
101116
7793AA64251672B600910FAC /* UIControlExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIControlExtension.swift; sourceTree = "<group>"; };
102117
7793AB812516CD4E00910FAC /* UICollectionViewExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UICollectionViewExtension.swift; sourceTree = "<group>"; };
118+
77E9AEDA25198A55002A8538 /* OnoKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OnoKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
119+
77E9AEDE25198A55002A8538 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
120+
77E9AEE825198A76002A8538 /* ExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleView.swift; sourceTree = "<group>"; };
121+
77E9AEEE25198A7E002A8538 /* ExampleViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleViewModel.swift; sourceTree = "<group>"; };
122+
77E9AEF525198A89002A8538 /* ExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleViewController.swift; sourceTree = "<group>"; };
123+
77E9AEF925198BC1002A8538 /* ExampleViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleViewModelTests.swift; sourceTree = "<group>"; };
103124
969680373C63C20055DFA949 /* Pods-OnoCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnoCommon.debug.xcconfig"; path = "Target Support Files/Pods-OnoCommon/Pods-OnoCommon.debug.xcconfig"; sourceTree = "<group>"; };
104125
BBA679E72A357B6E2F971A96 /* Pods-OnoCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnoCommon.release.xcconfig"; path = "Target Support Files/Pods-OnoCommon/Pods-OnoCommon.release.xcconfig"; sourceTree = "<group>"; };
105126
D9B2FECED0ECBEB2F5FCA534 /* Pods-Common.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Common.release.xcconfig"; path = "Target Support Files/Pods-Common/Pods-Common.release.xcconfig"; sourceTree = "<group>"; };
@@ -115,6 +136,14 @@
115136
);
116137
runOnlyForDeploymentPostprocessing = 0;
117138
};
139+
77E9AED725198A55002A8538 /* Frameworks */ = {
140+
isa = PBXFrameworksBuildPhase;
141+
buildActionMask = 2147483647;
142+
files = (
143+
77E9AEDF25198A55002A8538 /* OnoKit.framework in Frameworks */,
144+
);
145+
runOnlyForDeploymentPostprocessing = 0;
146+
};
118147
/* End PBXFrameworksBuildPhase section */
119148

120149
/* Begin PBXGroup section */
@@ -130,6 +159,7 @@
130159
isa = PBXGroup;
131160
children = (
132161
770456E9251522F1006CC071 /* OnoKit */,
162+
77E9AEDB25198A55002A8538 /* OnoKitTests */,
133163
770456E8251522F1006CC071 /* Products */,
134164
D862A78856655A581D570C6B /* Pods */,
135165
74E660A7E976FA58851907A5 /* Frameworks */,
@@ -140,13 +170,15 @@
140170
isa = PBXGroup;
141171
children = (
142172
770456E7251522F1006CC071 /* OnoKit.framework */,
173+
77E9AEDA25198A55002A8538 /* OnoKitTests.xctest */,
143174
);
144175
name = Products;
145176
sourceTree = "<group>";
146177
};
147178
770456E9251522F1006CC071 /* OnoKit */ = {
148179
isa = PBXGroup;
149180
children = (
181+
77E9AEE725198A69002A8538 /* Example */,
150182
770457302515249E006CC071 /* Resources */,
151183
770456F425152330006CC071 /* Extensions */,
152184
770456F325152328006CC071 /* Classes */,
@@ -218,6 +250,25 @@
218250
path = Resources;
219251
sourceTree = "<group>";
220252
};
253+
77E9AEDB25198A55002A8538 /* OnoKitTests */ = {
254+
isa = PBXGroup;
255+
children = (
256+
77E9AEDE25198A55002A8538 /* Info.plist */,
257+
77E9AEF925198BC1002A8538 /* ExampleViewModelTests.swift */,
258+
);
259+
path = OnoKitTests;
260+
sourceTree = "<group>";
261+
};
262+
77E9AEE725198A69002A8538 /* Example */ = {
263+
isa = PBXGroup;
264+
children = (
265+
77E9AEE825198A76002A8538 /* ExampleView.swift */,
266+
77E9AEEE25198A7E002A8538 /* ExampleViewModel.swift */,
267+
77E9AEF525198A89002A8538 /* ExampleViewController.swift */,
268+
);
269+
path = Example;
270+
sourceTree = "<group>";
271+
};
221272
D862A78856655A581D570C6B /* Pods */ = {
222273
isa = PBXGroup;
223274
children = (
@@ -265,18 +316,40 @@
265316
productReference = 770456E7251522F1006CC071 /* OnoKit.framework */;
266317
productType = "com.apple.product-type.framework";
267318
};
319+
77E9AED925198A55002A8538 /* OnoKitTests */ = {
320+
isa = PBXNativeTarget;
321+
buildConfigurationList = 77E9AEE425198A55002A8538 /* Build configuration list for PBXNativeTarget "OnoKitTests" */;
322+
buildPhases = (
323+
77E9AED625198A55002A8538 /* Sources */,
324+
77E9AED725198A55002A8538 /* Frameworks */,
325+
77E9AED825198A55002A8538 /* Resources */,
326+
);
327+
buildRules = (
328+
);
329+
dependencies = (
330+
77E9AEE125198A55002A8538 /* PBXTargetDependency */,
331+
);
332+
name = OnoKitTests;
333+
productName = OnoKitTests;
334+
productReference = 77E9AEDA25198A55002A8538 /* OnoKitTests.xctest */;
335+
productType = "com.apple.product-type.bundle.unit-test";
336+
};
268337
/* End PBXNativeTarget section */
269338

270339
/* Begin PBXProject section */
271340
770456DE251522F0006CC071 /* Project object */ = {
272341
isa = PBXProject;
273342
attributes = {
343+
LastSwiftUpdateCheck = 1200;
274344
LastUpgradeCheck = 1200;
275345
TargetAttributes = {
276346
770456E6251522F0006CC071 = {
277347
CreatedOnToolsVersion = 12.0;
278348
LastSwiftMigration = 1200;
279349
};
350+
77E9AED925198A55002A8538 = {
351+
CreatedOnToolsVersion = 12.0;
352+
};
280353
};
281354
};
282355
buildConfigurationList = 770456E1251522F0006CC071 /* Build configuration list for PBXProject "OnoKit" */;
@@ -293,6 +366,7 @@
293366
projectRoot = "";
294367
targets = (
295368
770456E6251522F0006CC071 /* OnoKit */,
369+
77E9AED925198A55002A8538 /* OnoKitTests */,
296370
);
297371
};
298372
/* End PBXProject section */
@@ -306,6 +380,13 @@
306380
);
307381
runOnlyForDeploymentPostprocessing = 0;
308382
};
383+
77E9AED825198A55002A8538 /* Resources */ = {
384+
isa = PBXResourcesBuildPhase;
385+
buildActionMask = 2147483647;
386+
files = (
387+
);
388+
runOnlyForDeploymentPostprocessing = 0;
389+
};
309390
/* End PBXResourcesBuildPhase section */
310391

311392
/* Begin PBXShellScriptBuildPhase section */
@@ -374,18 +455,21 @@
374455
7704570D25152373006CC071 /* UIImageExtension.swift in Sources */,
375456
7704571125152373006CC071 /* UILabelExtension.swift in Sources */,
376457
77045726251523BE006CC071 /* CommonTextField.swift in Sources */,
458+
77E9AEEF25198A7E002A8538 /* ExampleViewModel.swift in Sources */,
377459
7704575625152523006CC071 /* CommonViewModel.swift in Sources */,
378460
7704575325152523006CC071 /* CommonCollectionReusableView.swift in Sources */,
379461
7704571225152373006CC071 /* UIImageViewExtension.swift in Sources */,
380462
7704570F25152373006CC071 /* NSAttributedStringExtension.swift in Sources */,
381463
7704575425152523006CC071 /* CommonViewController.swift in Sources */,
464+
77E9AEE925198A76002A8538 /* ExampleView.swift in Sources */,
382465
77870C6D25191B2A0092CE5C /* UITableViewExtension.swift in Sources */,
383466
7704570C25152373006CC071 /* URLExtension.swift in Sources */,
384467
7704575825152523006CC071 /* CommonModel.swift in Sources */,
385468
7704572A251523BE006CC071 /* CommonLabel.swift in Sources */,
386469
772BF2DA25187A9500359479 /* UIScrollViewExtension.swift in Sources */,
387470
7704571025152373006CC071 /* NSStringExtension.swift in Sources */,
388471
77045723251523BE006CC071 /* CommonCollectionView.swift in Sources */,
472+
77E9AEF625198A89002A8538 /* ExampleViewController.swift in Sources */,
389473
7704570525152373006CC071 /* UINavigationControllerExtension.swift in Sources */,
390474
7704570E25152373006CC071 /* UITextViewExtension.swift in Sources */,
391475
7704570825152373006CC071 /* UITextFieldExtension.swift in Sources */,
@@ -398,8 +482,25 @@
398482
);
399483
runOnlyForDeploymentPostprocessing = 0;
400484
};
485+
77E9AED625198A55002A8538 /* Sources */ = {
486+
isa = PBXSourcesBuildPhase;
487+
buildActionMask = 2147483647;
488+
files = (
489+
77E9AEFA25198BC1002A8538 /* ExampleViewModelTests.swift in Sources */,
490+
);
491+
runOnlyForDeploymentPostprocessing = 0;
492+
};
401493
/* End PBXSourcesBuildPhase section */
402494

495+
/* Begin PBXTargetDependency section */
496+
77E9AEE125198A55002A8538 /* PBXTargetDependency */ = {
497+
isa = PBXTargetDependency;
498+
platformFilter = ios;
499+
target = 770456E6251522F0006CC071 /* OnoKit */;
500+
targetProxy = 77E9AEE025198A55002A8538 /* PBXContainerItemProxy */;
501+
};
502+
/* End PBXTargetDependency section */
503+
403504
/* Begin XCBuildConfiguration section */
404505
770456ED251522F1006CC071 /* Debug */ = {
405506
isa = XCBuildConfiguration;
@@ -584,6 +685,40 @@
584685
};
585686
name = Release;
586687
};
688+
77E9AEE225198A55002A8538 /* Debug */ = {
689+
isa = XCBuildConfiguration;
690+
buildSettings = {
691+
CODE_SIGN_STYLE = Automatic;
692+
INFOPLIST_FILE = OnoKitTests/Info.plist;
693+
LD_RUNPATH_SEARCH_PATHS = (
694+
"$(inherited)",
695+
"@executable_path/Frameworks",
696+
"@loader_path/Frameworks",
697+
);
698+
PRODUCT_BUNDLE_IDENTIFIER = com.ono.common.OnoKitTests;
699+
PRODUCT_NAME = "$(TARGET_NAME)";
700+
SWIFT_VERSION = 5.0;
701+
TARGETED_DEVICE_FAMILY = "1,2";
702+
};
703+
name = Debug;
704+
};
705+
77E9AEE325198A55002A8538 /* Release */ = {
706+
isa = XCBuildConfiguration;
707+
buildSettings = {
708+
CODE_SIGN_STYLE = Automatic;
709+
INFOPLIST_FILE = OnoKitTests/Info.plist;
710+
LD_RUNPATH_SEARCH_PATHS = (
711+
"$(inherited)",
712+
"@executable_path/Frameworks",
713+
"@loader_path/Frameworks",
714+
);
715+
PRODUCT_BUNDLE_IDENTIFIER = com.ono.common.OnoKitTests;
716+
PRODUCT_NAME = "$(TARGET_NAME)";
717+
SWIFT_VERSION = 5.0;
718+
TARGETED_DEVICE_FAMILY = "1,2";
719+
};
720+
name = Release;
721+
};
587722
/* End XCBuildConfiguration section */
588723

589724
/* Begin XCConfigurationList section */
@@ -605,6 +740,15 @@
605740
defaultConfigurationIsVisible = 0;
606741
defaultConfigurationName = Release;
607742
};
743+
77E9AEE425198A55002A8538 /* Build configuration list for PBXNativeTarget "OnoKitTests" */ = {
744+
isa = XCConfigurationList;
745+
buildConfigurations = (
746+
77E9AEE225198A55002A8538 /* Debug */,
747+
77E9AEE325198A55002A8538 /* Release */,
748+
);
749+
defaultConfigurationIsVisible = 0;
750+
defaultConfigurationName = Release;
751+
};
608752
/* End XCConfigurationList section */
609753
};
610754
rootObject = 770456DE251522F0006CC071 /* Project object */;

‎OnoKit/Example/ExampleView.swift

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
//
2+
// Created by Onur Erdemol
3+
// Copyright © 2020 Onur Erdemol
4+
// All rights reserved
5+
//
6+
7+
import UIKit
8+
9+
class ExampleView: CommonView {
10+
11+
// MARK: - Objects
12+
13+
var viewMain: CommonView!
14+
var lblTitle: CommonLabel!
15+
var btnStart: CommonButton!
16+
17+
// MARK: - Initializers
18+
19+
func create(_ superview: UIView) {
20+
21+
viewMain = CommonView(superview)
22+
.bgColor(.white)
23+
24+
viewMain.snp.makeConstraints { (view) in
25+
view.edges.equalToSuperview()
26+
}
27+
28+
lblTitle = CommonLabel(viewMain)
29+
.textColor(.black)
30+
.font(UIFont.boldSystemFont(ofSize: 20))
31+
.alignment(.center)
32+
33+
lblTitle.snp.makeConstraints { (view) in
34+
view.center.equalToSuperview()
35+
view.width.greaterThanOrEqualTo(100)
36+
view.height.greaterThanOrEqualTo(30)
37+
}
38+
39+
btnStart = CommonButton(viewMain)
40+
.titleColor(.white)
41+
.font(UIFont.systemFont(ofSize: 16))
42+
.bgColor(.black)
43+
.corner(25)
44+
45+
btnStart.snp.makeConstraints { (view) in
46+
view.top.equalTo(lblTitle.snp.bottom).offset(40)
47+
view.centerX.equalToSuperview()
48+
view.width.greaterThanOrEqualTo(100)
49+
view.height.equalTo(50)
50+
}
51+
52+
}
53+
54+
}
+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
//
2+
// Created by Onur Erdemol
3+
// Copyright © 2020 Onur Erdemol
4+
// All rights reserved
5+
//
6+
7+
import UIKit
8+
9+
class ExampleViewController: CommonViewController {
10+
11+
// MARK: - Objects
12+
13+
var viewModel: ExampleViewModel = ExampleViewModel()
14+
var viewMain: ExampleView = ExampleView()
15+
16+
// MARK: - Initializers
17+
18+
override func viewDidLoad() {
19+
super.viewDidLoad()
20+
initView()
21+
initViewModel()
22+
}
23+
24+
func initView() {
25+
self.viewMain.create(self.view)
26+
}
27+
28+
func initViewModel() {
29+
30+
self.viewMain.btnStart.action { self.viewModel.doTapStart() }
31+
32+
self.viewModel.observe(self.viewModel.eventLoadView.sink { self.handleLoadView() })
33+
self.viewModel.observe(self.viewModel.eventTapStart.sink { self.handleTapStart() })
34+
35+
self.viewModel.doLoadView()
36+
37+
}
38+
39+
// MARK: - Handlers
40+
41+
func handleLoadView() {
42+
43+
self.viewMain.btnStart.title("Get Started")
44+
self.viewMain.lblTitle.text("Hello World!")
45+
46+
}
47+
48+
func handleTapStart() {
49+
print("handleTapStart")
50+
}
51+
52+
}

‎OnoKit/Example/ExampleViewModel.swift

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
//
2+
// Created by Onur Erdemol
3+
// Copyright © 2020 Onur Erdemol
4+
// All rights reserved
5+
//
6+
7+
import UIKit
8+
import Combine
9+
10+
class ExampleViewModel: CommonViewModel {
11+
12+
// MARK: - Events
13+
14+
let eventLoadView = PassthroughSubject<Void, Never>()
15+
let eventTapStart = PassthroughSubject<Void, Never>()
16+
17+
// MARK: - Actions
18+
19+
func doLoadView() {
20+
eventLoadView.send()
21+
}
22+
23+
func doTapStart() {
24+
eventTapStart.send()
25+
}
26+
27+
}
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
//
2+
// Created by Onur Erdemol
3+
// Copyright © 2020 Onur Erdemol
4+
// All rights reserved
5+
//
6+
7+
import XCTest
8+
@testable import OnoKit
9+
10+
class ExampleViewModelTests: XCTestCase {
11+
12+
let viewModel: ExampleViewModel = ExampleViewModel()
13+
14+
func testLoadView() {
15+
var eventCalled = false
16+
let handleEvent = { eventCalled = true }
17+
viewModel.observe(viewModel.eventLoadView.sink(receiveValue: handleEvent))
18+
viewModel.doLoadView()
19+
XCTAssert(eventCalled)
20+
}
21+
22+
func testTapStart() {
23+
var eventCalled = false
24+
let handleEvent = { eventCalled = true }
25+
viewModel.observe(viewModel.eventTapStart.sink(receiveValue: handleEvent))
26+
viewModel.doTapStart()
27+
XCTAssert(eventCalled)
28+
}
29+
30+
}

‎OnoKitTests/Info.plist

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>1.0</string>
19+
<key>CFBundleVersion</key>
20+
<string>1</string>
21+
</dict>
22+
</plist>

‎Rulebook.md

+3
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,6 @@ Object | Prefix | Example
7070
`doTapSomeButtonName`
7171

7272

73+
Please check out the `Example` module for a better understanding.
74+
75+

0 commit comments

Comments
 (0)
Please sign in to comment.