Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Zhdanovich <kzhdanovich@gmail.com>2013-08-20 00:18:51 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:59:55 +0300
commitdd498bc3e919d15eb033075730320390c598df6a (patch)
treed0902afc90131ef1b532af089089d298a253bdaa /iphone/Maps/Classes/CircleView.h
parent6bb262098981d6b7d62c183e8ec3626a9a603737 (diff)
[iOS]new picker added and CircleView submitted to another class
Diffstat (limited to 'iphone/Maps/Classes/CircleView.h')
-rw-r--r--iphone/Maps/Classes/CircleView.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/CircleView.h b/iphone/Maps/Classes/CircleView.h
new file mode 100644
index 0000000000..8735382246
--- /dev/null
+++ b/iphone/Maps/Classes/CircleView.h
@@ -0,0 +1,7 @@
+#import <UIKit/UIKit.h>
+
+@interface CircleView : UIView
+-(id)initWithFrame:(CGRect)frame andColor:(UIColor *)color;
++(UIImage *)createCircleImageWith:(CGFloat)diameter andColor:(UIColor *)color;
++(UIImage *)createCircleImageWith:(CGFloat)diameter andColor:(UIColor *)color andSubview:(UIView *)view;
+@end