Skip to content

Commit

Permalink
Merge pull request #23 from daisuke0131/develop
Browse files Browse the repository at this point in the history
add objective-c project example
  • Loading branch information
daisuke0131 committed Nov 6, 2015
2 parents b487b1f + 0e947ca commit f2d2be1
Show file tree
Hide file tree
Showing 42 changed files with 2,134 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7702" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
</dependencies>
<scenes>
<!--View Controller-->
Expand Down Expand Up @@ -43,9 +44,9 @@ ViewMonitor library can monitor own detail.</string>
<constraint firstAttribute="trailing" secondItem="Luw-bx-xO9" secondAttribute="trailing" id="5M6-w0-17a"/>
<constraint firstAttribute="trailing" secondItem="02u-u2-cvx" secondAttribute="trailing" constant="16" id="7Nc-Ei-wTF"/>
<constraint firstItem="Luw-bx-xO9" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="8Ye-SD-3zd"/>
<constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="02u-u2-cvx" secondAttribute="bottom" constant="8" id="MxD-WB-037"/>
<constraint firstAttribute="trailing" secondItem="Ery-w5-39b" secondAttribute="trailing" constant="16" id="cXw-7j-N7C"/>
<constraint firstItem="02u-u2-cvx" firstAttribute="top" secondItem="Ery-w5-39b" secondAttribute="bottom" constant="8" id="heR-2U-Qiy"/>
<constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="02u-u2-cvx" secondAttribute="bottom" constant="8" id="iWO-gz-xRC"/>
<constraint firstItem="Luw-bx-xO9" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="mH8-Fd-WMH"/>
<constraint firstItem="Ery-w5-39b" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" constant="16" id="oLq-Qb-kKv"/>
<constraint firstItem="02u-u2-cvx" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" constant="16" id="onz-Xz-oXl"/>
Expand Down
17 changes: 17 additions & 0 deletions Example/ViewMonitorObjcExample/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!

target 'ViewMonitorObjcExample' do
pod "ViewMonitor", :path => "../.."
end

target 'ViewMonitorObjcExampleTests' do

end

target 'ViewMonitorObjcExampleUITests' do

end

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions Example/ViewMonitorObjcExample/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

554 changes: 554 additions & 0 deletions Example/ViewMonitorObjcExample/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f2d2be1

Please sign in to comment.