navneet83 / Cross-platform-AES-encryption

Basic cross platform AES encryption
Apache License 2.0
320 stars 152 forks source link

iOS Swift Problem #51

Open amirzandi opened 7 years ago

amirzandi commented 7 years ago

I have added all files into my Swift Project (CryptLib.h/CryptLib.m/NSData+Base64.h/NSData+Base64.m) and also I have added <UIKit/UIKit.h> to all .h files. Some errors gone but I can not use this class inside my swift classes.

I'd appreciate if anyone could provide some examples in SWIFT cause most of programmers are using SWIFT nowadays.

Thanks...

skavinvarnan commented 7 years ago

Take a look at this code

xiaohuapunk commented 6 years ago

@skavinvarnan perfect!!!