This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // FAB.h | |
| // | |
| // Created by Kalpesh Talkar on 01/04/16. | |
| // Copyright © 2016 Kalpesh. All rights reserved. | |
| // | |
| #import <UIKit/UIKit.h> | |
| // On click block |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // KBorderedGradientView.h | |
| // | |
| // Created by Kalpesh Talkar on 01/02/16. | |
| // Copyright © 2016 Kalpesh. All rights reserved. | |
| // | |
| #import <UIKit/UIKit.h> | |
| IB_DESIGNABLE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // KImageCache.swift | |
| // | |
| // Created by Kalpesh Talkar on 01/04/16. | |
| // Copyright © 2016 Kalpesh. All rights reserved. | |
| // | |
| import UIKit | |
| class KImageCache { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // MessageObject.swift | |
| // | |
| // Created by Kalpesh Talkar on 29/05/16. | |
| // Copyright © 2016 Kalpesh Talkar. All rights reserved. | |
| // | |
| import UIKit | |
| import MessageUI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // TouchIDAuthenticationObject.swift | |
| // | |
| // Created by Kalpesh Talkar on 03/06/16. | |
| // Copyright © 2016 Kalpesh. All rights reserved. | |
| // | |
| import UIKit | |
| import LocalAuthentication |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // UIViewController+PresentationStyle.h | |
| // | |
| // Created by Kalpesh Talkar on 22/08/16. | |
| // Copyright © 2016 Kalpesh Talkar. All rights reserved. | |
| // | |
| #import <UIKit/UIKit.h> | |
| @interface UIViewController (PresentationStyle) <UIPopoverPresentationControllerDelegate> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import android.app.Activity; | |
| import android.content.Context; | |
| import android.graphics.Bitmap; | |
| import android.graphics.Canvas; | |
| import android.graphics.drawable.BitmapDrawable; | |
| import android.text.Spannable; | |
| import android.text.SpannableStringBuilder; | |
| import android.text.style.ImageSpan; | |
| import android.util.AttributeSet; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Created by Kalpesh Talkar on 16/12/15. | |
| // Copyright © 2015 Kalpesh Talkar. All rights reserved. | |
| // | |
| /** | |
| Function to parse string/data from <html> tags. | |
| @param htmlStartTag start tag for e.g. <h1> | |
| @param htmlEndTag edn tag for e.g. </h1> |
OlderNewer