Skip to content

Conversation

@thihaaung6245
Copy link

  • Updated Readme for configuring upsideArrowIndicator
  • Update variable name from 'upsideArrowDirection' to 'isUpsideArrowIndicator'
  • .gitignore updated for '.DS_Store'
  • Set arrow default width and height to library owner default value

…on name changed. gitignore updated. Updated readme
@@ -0,0 +1,243 @@
ACTabScrollView
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you copy a README file here?

// Contributed by Thiha Aung on 2017/5/8
// 1. Added implementations for upside arrow direction
// 2. Added some inspectable to configure arrowView

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to add these comments in the source code. We have git log


// ADDED:
// 1. Set arrow item to up position

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

@IBInspectable open var arrowBackgroundColor: UIColor = UIColor.white
@IBInspectable open var arrowWidth : CGFloat = 12
@IBInspectable open var arrowHeight : CGFloat = 7
>>>>>>> 4bcac438ac34da53f3e7bd74ab50f7d6bca4f663
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your code update! But please check the conflicts before you send a PR. And the following more are the same.

@@ -1,3 +1,6 @@
# OSX
.DS_Store

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.DS_Store should be a default ignored item. You don't need to add this line in .gitignore file.
If you still cannot ignore that. You may check this
http://stackoverflow.com/questions/18393498/gitignore-all-the-ds-store-files-in-every-folder-and-subfolder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants