Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 747 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 747 Bytes

Linkedin Kind Of Intro Animation

IOS

Step 1 : Download code

Step 2 : Change Image which you want to display

self.arrImages=[[NSMutableArray alloc] initWithObjects:@"1",@"2",@"3",@"4", nil];

Step 3 : Change text which you want to display above image. Please change it from below array

self.arrIntrotext=[[NSMutableArray alloc] initWithObjects:@"Sample text for Page 1",@"Sample text for Page 2",@"Sample text for Page 3",@"Sample text for Page 4", nil];

Please check our Android code from below link for firebase one to one chat demo:

https://github.com/TristateAndroid/FirebaseOneToOneChat

#License

LinkedinIntroAnimation is available under the MIT license. See the LICENSE file for more info.