Add example row

Seto Elkahfi committed Mar 28, 2017 at 17:23 UTC a23e0b65ba1d19de1402034dd2a3e41e51f21deb
2 files changed +25
Example/JomloTableView/ExampleRow.swift new
+9
@@ -0,0 +1,9 @@
1 +//
2 +// ExampleRow.swift
3 +// JomloTableView
4 +//
5 +// Created by SDMobile on 3/28/17.
6 +// Copyright © 2017 CocoaPods. All rights reserved.
7 +//
8 +
9 +import Foundation
Example/JomloTableView/ExampleRow.xib new
+16
@@ -0,0 +1,16 @@
1 +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
3 + <dependencies>
4 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11106"/>
5 + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
6 + </dependencies>
7 + <objects>
8 + <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
9 + <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
10 + <view contentMode="scaleToFill" id="iN0-l3-epB">
11 + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
12 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
13 + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
14 + </view>
15 + </objects>
16 +</document>