iswiftapp / iswift

Objective-C to Swift Converter
30 stars 3 forks source link

UIInterfaceOrientation Unexpected Identifier #127

Closed bassrock closed 8 years ago

bassrock commented 8 years ago

I have the following method in a ViewController:

-(void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation {
    [super didRotateFromInterfaceOrientation:fromInterfaceOrientation];
}

The converter does not like UIInterfaceOrientation as it says it is an unexpected identifier in this statement.

drkameleon commented 8 years ago

Fixed as of the upcoming 2.1.