This file contains 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
@interface UILabelStrikethrough : UILabel { | |
int xOffset; | |
int yOffset; | |
int widthOffset; | |
int stroke; | |
UIColor* strokeColor; | |
} | |
@property (nonatomic) int xOffset; | |
@property (nonatomic) int yOffset; | |
@property (nonatomic) int widthOffset; |
This file contains 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 <Foundation/Foundation.h> | |
@interface Book : NSObject | |
{ | |
NSMutableDictionary *data; | |
} | |
@property (retain) NSString *title; | |
@property (retain) NSString *author; | |
@end |
This file contains 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Modi Nikunj", | |
"label": "Lead Engineer | IOS | Swift | Backbase | Objective C | Team Collaboration | medium.com/@MdNiks | theniks.github.io/Portfolio/", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "+917383329700", | |
"url": "", | |
"summary": "•\tI am a young and enthusiastic engineer having total relevant experience of more than 8+ years. \nCurrently working in mobiquity corporation (india) pvt. ltd. Skills in developing iPhone, iPod, iPad applications and compatible with any iOS.\n\n•\tI am eager to build good and honest relations with an organisation, which offers me learning and growth. I always try to give my 100% in the work and dedication, for me it is on a high note. I want to achieve excellence through selective short and long term goals through my chosen organisation and work field, where knowledge and experience are given their due respects.\n\n•\tW |
This file contains 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
// | |
// ViewController.swift | |
// CompositeDesignPattern | |
// | |
// Created by Nikunj Modi on 08/11/22. | |
// | |
import UIKit | |
struct File { |