File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Without CocoaPods:
91
91
92
92
## Quick Tips
93
93
94
- * Springy bubbles?*
94
+ ##### * Springy bubbles?*
95
95
```` objective-c
96
96
- (void )viewDidAppear:(BOOL )animated
97
97
{
@@ -100,7 +100,7 @@ Without CocoaPods:
100
100
}
101
101
````
102
102
103
- * Remove avatars?*
103
+ ##### * Remove avatars?*
104
104
```` objective-c
105
105
- (void )viewDidLoad
106
106
{
@@ -115,7 +115,7 @@ Without CocoaPods:
115
115
}
116
116
````
117
117
118
- * Customize your cells?*
118
+ ##### * Customize your cells?*
119
119
```` objective-c
120
120
- (UICollectionViewCell *)collectionView:(JSQMessagesCollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
121
121
{
@@ -128,7 +128,7 @@ Without CocoaPods:
128
128
}
129
129
````
130
130
131
- * Customize your toolbar buttons?*
131
+ ##### * Customize your toolbar buttons?*
132
132
```` objective-c
133
133
- (void )viewDidLoad
134
134
{
You can’t perform that action at this time.
0 commit comments