This website works better with JavaScript.
Home
Explore
Help
Sign In
achmizs
/
SA_NSStringExtensions
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix minor formatting issue
master
Said Achmiz
9 years ago
parent
73634864ec
commit
1cf59542b7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
NSString+SA_NSStringExtensions.m
+ 1
- 1
NSString+SA_NSStringExtensions.m
View File
@@ -60,7 +60,7 @@
}
- (NSArray <NSString *> *)componentsSplitByWhitespaceWithMaxSplits:(NSUInteger)maxSplits
{
{
if(maxSplits == 0)
{
return [NSMutableArray arrayWithObject:self];
Write
Preview
Loading…
Cancel
Save