Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Material
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitriy Stepanets
Material
Commits
c524d017
Commit
c524d017
authored
Feb 11, 2016
by
danieldahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
additional examples added to Grid
parent
712f0979
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
209 additions
and
13 deletions
+209
-13
Examples/Programmatic/GridView/GridView.xcodeproj/project.pbxproj
+0
-6
Examples/Programmatic/GridView/GridView/Info.plist
+2
-0
Examples/Programmatic/GridView/GridView/ViewController.swift
+207
-7
No files found.
Examples/Programmatic/GridView/GridView.xcodeproj/project.pbxproj
View file @
c524d017
...
...
@@ -11,8 +11,6 @@
965C58CF1C6B936400CFB4E1
/* ViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
965C58CE1C6B936400CFB4E1
/* ViewController.swift */
;
};
965C58D41C6B936400CFB4E1
/* Assets.xcassets in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
965C58D31C6B936400CFB4E1
/* Assets.xcassets */
;
};
965C58D71C6B936400CFB4E1
/* LaunchScreen.storyboard in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
965C58D51C6B936400CFB4E1
/* LaunchScreen.storyboard */
;
};
965C58DF1C6B949A00CFB4E1
/* Material.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
965C58DE1C6B949A00CFB4E1
/* Material.framework */
;
};
965C58E01C6B949A00CFB4E1
/* Material.framework in Embed Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
965C58DE1C6B949A00CFB4E1
/* Material.framework */
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
};
};
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
...
...
@@ -22,7 +20,6 @@
dstPath
=
""
;
dstSubfolderSpec
=
10
;
files
=
(
965C58E01C6B949A00CFB4E1
/* Material.framework in Embed Frameworks */
,
);
name
=
"Embed Frameworks"
;
runOnlyForDeploymentPostprocessing
=
0
;
...
...
@@ -36,7 +33,6 @@
965C58D31C6B936400CFB4E1
/* Assets.xcassets */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
folder.assetcatalog
;
path
=
Assets.xcassets
;
sourceTree
=
"<group>"
;
};
965C58D61C6B936400CFB4E1
/* Base */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
file.storyboard
;
name
=
Base
;
path
=
Base.lproj/LaunchScreen.storyboard
;
sourceTree
=
"<group>"
;
};
965C58D81C6B936400CFB4E1
/* Info.plist */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.xml
;
path
=
Info.plist
;
sourceTree
=
"<group>"
;
};
965C58DE1C6B949A00CFB4E1
/* Material.framework */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.framework
;
name
=
Material.framework
;
path
=
"/Users/danieldahan/Library/Developer/Xcode/DerivedData/Material-hbpnflxhoouqxebjcyhbbhqyesjd/Build/Products/Debug-iphoneos/Material.framework"
;
sourceTree
=
"<absolute>"
;
};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
...
...
@@ -44,7 +40,6 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
965C58DF1C6B949A00CFB4E1
/* Material.framework in Frameworks */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
@@ -54,7 +49,6 @@
965C58C01C6B936400CFB4E1
=
{
isa
=
PBXGroup
;
children
=
(
965C58DE1C6B949A00CFB4E1
/* Material.framework */
,
965C58CB1C6B936400CFB4E1
/* GridView */
,
965C58CA1C6B936400CFB4E1
/* Products */
,
);
...
...
Examples/Programmatic/GridView/GridView/Info.plist
View file @
c524d017
...
...
@@ -28,6 +28,8 @@
<
a
rr
a
y
>
<
string
>
armv7
<
/string
>
<
/
a
rr
a
y
>
<
k
e
y
>
UIStatusBarHidden
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
UISupportedInterfaceOrientations
<
/k
e
y
>
<
a
rr
a
y
>
<
string
>
UIInterfaceOrientationPortrait
<
/string
>
...
...
Examples/Programmatic/GridView/GridView/ViewController.swift
View file @
c524d017
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment