redpotion 1.1.4 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff7abd6877573407515184fcdb6ffcf36cf90388
|
4
|
+
data.tar.gz: d101e5ebf156d35b36afe14fd78db4b5a6b92e89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61fbfacda0ad7feccf6bb5ed10532a30575967910e36cf0f502bf9f6a43e9401f029822b575f121188ebc1609e787441112b5ce6c31cbbe001b74ad6a55bb9c1
|
7
|
+
data.tar.gz: 7884757b4dc337a5c46795aa4a7d81a23a977329af364662f9e508786d0e715f5bcfdf3fd7e016fa12c48a656aa9431658482094795114bf3ff2a7a338156c3e
|
data/lib/project/version.rb
CHANGED
@@ -25,11 +25,6 @@ class <%= @name_camel_case %>Screen < UICollectionViewController
|
|
25
25
|
end
|
26
26
|
end
|
27
27
|
|
28
|
-
# Remove the following if you're only using portrait
|
29
|
-
def will_animate_rotate(orientation, duration)
|
30
|
-
reapply_styles
|
31
|
-
end
|
32
|
-
|
33
28
|
def numberOfSectionsInCollectionView(view)
|
34
29
|
1
|
35
30
|
end
|
@@ -51,4 +46,8 @@ class <%= @name_camel_case %>Screen < UICollectionViewController
|
|
51
46
|
puts "Selected at section: #{index_path.section}, row: #{index_path.row}"
|
52
47
|
end
|
53
48
|
|
54
|
-
|
49
|
+
# Remove the following if you're only using portrait
|
50
|
+
def will_animate_rotate(orientation, duration)
|
51
|
+
reapply_styles
|
52
|
+
end
|
53
|
+
end
|