19 Commits

Author SHA1 Message Date
hryk224 bb396ab3be Update podspec. 2016-03-23 14:13:44 +09:00
hryk224 cbb7b47415 Merge pull request #2 from yenbekbay/master
Make the programmatic initializer public
2016-03-23 14:12:40 +09:00
hryk224 faf57e6d45 Make the programmatic initializer public
Since the `init(frame:collectionViewLayout:)` initializer of UICollectionView had private access level, it was impossible to create an instance of `InfiniteCollectionView` programatically.
2016-03-10 20:13:43 -06:00
hryk224 7956483d1b Merge pull request #1 from ReadmeCritic/master
Correct the spelling of CocoaPods in README
2016-02-18 13:59:26 +09:00
hryk224 dee5838077 Correct the spelling of CocoaPods in README 2016-02-12 09:50:40 -08:00
hryk224 ca04f33bfc Updated Example 2016-01-06 03:36:37 +09:00
hryk224 ddbff4e655 Small updated 2016-01-06 01:12:16 +09:00
hryk224 a6ceb75750 Small changed 2016-01-04 23:55:41 +09:00
hryk224 7688ab86f6 Small change 2016-01-04 23:50:06 +09:00
hryk224 b400d7bd44 Small change 2016-01-04 23:49:05 +09:00
hryk224 eb13d997e3 Update InfiniteCollectionView.swift 2016-01-04 13:03:51 +09:00
hryk224 1c561efcc9 Update README.md 2016-01-04 12:52:20 +09:00
hryk224 c73f6f98b2 Update README.md 2016-01-04 12:51:57 +09:00
hryk224 c3798eb7d9 Deleted unusing scheme 2016-01-04 11:09:03 +09:00
hryk224 39756d79cd Update README.md 2016-01-04 11:01:51 +09:00
hryk224 a7319d9d58 Update README.md 2016-01-04 10:56:46 +09:00
hryk224 a5012c2443 Update README.md 2016-01-04 10:56:19 +09:00
hryk224 6e94578fea Created files 2016-01-04 05:39:05 +09:00
hryk224 44ccf3fab6 Initial commit 2016-01-04 03:06:42 +09:00
9 changed files with 32 additions and 56 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
PODS:
- InfiniteCollectionView (1.0.0)
- InfiniteCollectionView (1.0.2)
DEPENDENCIES:
- InfiniteCollectionView (from `..`)
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: ".."
SPEC CHECKSUMS:
InfiniteCollectionView: f1adbd99a90a953ddf504aa75a92e868467f07e2
InfiniteCollectionView: 98f7a81ea0b519e7f33a64306b7c148c996cb023
COCOAPODS: 0.39.0
-24
View File
@@ -1,24 +0,0 @@
{
"name": "Bottomsheet",
"version": "1.0.1",
"summary": "Custom Swift AlertController.",
"homepage": "https://github.com/hryk224/Bottomsheet",
"screenshots": "https://raw.githubusercontent.com/wiki/hryk224/Bottomsheet/images/sample1.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hyyk224": "hryk224@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hryk224/Bottomsheet.git",
"tag": "1.0.1"
},
"source_files": "Bottomsheet/*.{h,swift}",
"frameworks": "UIKit",
"requires_arc": true
}
@@ -1,7 +1,7 @@
{
"name": "InfiniteCollectionView",
"version": "1.0.0",
"summary": "Component which presents a dismissible view from the bottom of the screen.",
"version": "1.0.2",
"summary": "Infinite Scrolling Using UICollectionView.",
"homepage": "https://github.com/hryk224/InfiniteCollectionView",
"screenshots": "https://github.com/hryk224/InfiniteCollectionView/wiki/images/sample1.gif",
"license": {
@@ -16,7 +16,7 @@
},
"source": {
"git": "https://github.com/hryk224/InfiniteCollectionView.git",
"tag": "1.0.0"
"tag": "1.0.2"
},
"source_files": "InfiniteCollectionView/*.{h,swift}",
"frameworks": "UIKit",
+2 -2
View File
@@ -1,5 +1,5 @@
PODS:
- InfiniteCollectionView (1.0.0)
- InfiniteCollectionView (1.0.2)
DEPENDENCIES:
- InfiniteCollectionView (from `..`)
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: ".."
SPEC CHECKSUMS:
InfiniteCollectionView: f1adbd99a90a953ddf504aa75a92e868467f07e2
InfiniteCollectionView: 98f7a81ea0b519e7f33a64306b7c148c996cb023
COCOAPODS: 0.39.0
@@ -14,7 +14,7 @@
buildForArchiving = "YES">
<BuildableReference
BuildableIdentifier = 'primary'
BlueprintIdentifier = 'D09EB6C673F2B45CF7AD4994'
BlueprintIdentifier = 'DF940934065E988D66E7D5F0'
BlueprintName = 'InfiniteCollectionView'
ReferencedContainer = 'container:Pods.xcodeproj'
BuildableName = 'InfiniteCollectionView.framework'>
@@ -2,25 +2,25 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>org.cocoapods.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<key>NSPrincipalClass</key>
<string></string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>org.cocoapods.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "InfiniteCollectionView"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "Infinite Scrolling Using UICollectionView."
s.homepage = "https://github.com/hryk224/InfiniteCollectionView"
s.screenshots = "https://github.com/hryk224/InfiniteCollectionView/wiki/images/sample1.gif"
@@ -31,7 +31,7 @@ public class InfiniteCollectionView: UICollectionView {
super.init(coder: aDecoder)
configure()
}
override init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
override public init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
super.init(frame: frame, collectionViewLayout: layout)
configure()
}
+2 -2
View File
@@ -2,7 +2,7 @@
Infinite horizontal scrolling using `UICollectionView`
[![Cocoapods Compatible](http://img.shields.io/cocoapods/v/InfiniteCollectionView.svg?style=flat)](http://cocoadocs.org/docsets/InfiniteCollectionView)
[![CocoaPods Compatible](http://img.shields.io/cocoapods/v/InfiniteCollectionView.svg?style=flat)](http://cocoadocs.org/docsets/InfiniteCollectionView)
[![Swift 2.0](https://img.shields.io/badge/Swift-2.0-orange.svg?style=flat)](https://developer.apple.com/swift/)
<img src="https://github.com/hryk224/InfiniteCollectionView/wiki/images/sample1.gif" width="320" >
@@ -15,7 +15,7 @@ Infinite horizontal scrolling using `UICollectionView`
## install
#### Cocoapods
#### CocoaPods
Adding the following to your `Podfile` and running `pod install`: