Skip to content

Commit

Permalink
* [ios] fix playground Podfile remove c header file include in WXUtil…
Browse files Browse the repository at this point in the history
…ity.h
  • Loading branch information
acton393 committed Oct 18, 2016
1 parent 4a5c3c8 commit e299fea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ios/playground/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '7.0'

def common
pod 'WeexSDK', :path=>'../sdk/'
pod 'WXDevtool', '0.8.0''
pod 'WXDevtool', '0.8.0'
pod 'SDWebImage', '3.7.5'
pod 'SocketRocket', '0.4.2'
pod 'ATSDK-Weex', '0.0.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,6 @@ - (void)sliderNeighbor:(WXSliderNeighborView *)sliderView didScrollToItemAtIndex

if (_sliderChangeEvent) {
[self fireEvent:@"change" params:@{@"index":@(index)} domChanges:@{@"attrs": @{@"index": @(index)}}];
NSLog(@"index %ld",index);
}
}

Expand Down
1 change: 0 additions & 1 deletion ios/sdk/WeexSDK/Sources/Utility/WXUtility.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <CommonCrypto/CommonCrypto.h>
#import "WXDefine.h"
#import "WXType.h"
#import "WXLog.h"
Expand Down

0 comments on commit e299fea

Please sign in to comment.