Skip to content

Commit 7c7108a

Browse files
committed
Added first version of a Swift Example.
1 parent 1253cce commit 7c7108a

File tree

32 files changed

+668
-2
lines changed

32 files changed

+668
-2
lines changed

Example/FZAccordionTableViewExample.xcodeproj/project.pbxproj renamed to Example/Objective-C/FZAccordionTableViewExample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
01D1F35D1B24D9B2007B97BD /* FZAccordionTableView.m */,
104104
);
105105
name = FZAccordionTableView;
106-
path = ../../FZAccordionTableView;
106+
path = ../../../FZAccordionTableView;
107107
sourceTree = "<group>";
108108
};
109109
/* End PBXGroup section */

Example/FZAccordionTableViewExample/Base.lproj/Main.storyboard renamed to Example/Objective-C/FZAccordionTableViewExample/Base.lproj/Main.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="49e-Tb-3d3">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="49e-Tb-3d3">
33
<dependencies>
44
<deployment identifier="iOS"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>

0 commit comments

Comments
 (0)