From 6cec50317ef54fd7f09787580bc76d68b088b1dd Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 19 Sep 2014 15:04:48 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c88b603..611a915 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,16 @@ There are several options that can be adjusted before presenting the menu. * Angle to be used for button placement (default = 180 degrees) * Direction of the angle's center (default = `CircleMenuDirectionUp`) * Radius of the button alignment (default = 65) +* Button's radius (half the width, default = 39) +* Button's border width (default = 2) * Delay between button animations (default = 0.0 ms) * Depth effect by using drop shadow and scaling (default = NO) -#### To be implemented... - -* Configurable button size and border width. - ## Usage tbd. -For now, please take a look at the demo app to see how the CKCircleMenuView is used. +For now, please take a look at the demo app to see how the `CKCircleMenuView` is used. ## Author