FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · Spaceman-Labs/SMPageControl · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Spaceman-Labs
/
SMPageControl
Public
Notifications
You must be signed in to change notification settings
Fork
214
Star
1.9k
Code
Issues
9
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Dec 13, 2013
Bump version to 1.2
jerryhjones
committed
dce24e6
View commit details
Copy full SHA for dce24e6
Browse repository at this point
Fix 64-bit warning.
th-in-gs
authored and
jerryhjones
committed
d3d2b20
View commit details
Copy full SHA for d3d2b20
Browse repository at this point
Fix some errors flagged by the compiler.
Show description for 9da7a3e
th-in-gs
authored and
jerryhjones
committed
9da7a3e
View commit details
Copy full SHA for 9da7a3e
Browse repository at this point
Commits on Dec 9, 2013
Merge pull request #17 from idpaterson/pull-requests/autolayout-support
Show description for d27f33a
jerryhjones
committed
d27f33a
View commit details
Copy full SHA for d27f33a
Browse repository at this point
Merge pull request #16 from idpaterson/pull-requests/redraw-on-bounds-change
Show description for f5382b5
jerryhjones
committed
f5382b5
View commit details
Copy full SHA for f5382b5
Browse repository at this point
Commits on Oct 24, 2013
Invalidate intrinsic content size when the minHeight is changed.
idpaterson
committed
9a5f2cb
View commit details
Copy full SHA for 9a5f2cb
Browse repository at this point
Modified calls to invalidateIntrinsicContentSize to ensure backwards compatibility with iOS 5.0.
idpaterson
committed
3f06af2
View commit details
Copy full SHA for 3f06af2
Browse repository at this point
Adjust minHeight if necessary when indicatorDiameter is set.
idpaterson
committed
a9ef585
View commit details
Copy full SHA for a9ef585
Browse repository at this point
Updated intrinsic height to match UIPageControl for which the height is zero when the control is hidden as a result of having only one or zero pages.
idpaterson
committed
757b6ca
View commit details
Copy full SHA for 757b6ca
Browse repository at this point
Reset minHeight when applying a built-in style rather than initializing it to 36.0f without regard to the style. While both styles use the same default height this may be useful to other styles in …
Show description for e4ca1b1
idpaterson
committed
e4ca1b1
View commit details
Copy full SHA for e4ca1b1
Browse repository at this point
Added minHeight option to allow configuration of the height of the control. If set to less than the indicatorDiameter, the value will be set to the indicatorDiameter.
idpaterson
committed
f4fa3bc
View commit details
Copy full SHA for f4fa3bc
Browse repository at this point
Added implementation of intrinsicContentSize to support positioning in AutoLayout.
idpaterson
committed
84e2588
View commit details
Copy full SHA for 84e2588
Browse repository at this point
Commits on Oct 16, 2013
When the bounds of the page control change, it needs to be redrawn to avoid stretching or compressing the indicators.
idpaterson
committed
7537f0e
View commit details
Copy full SHA for 7537f0e
Browse repository at this point
Commits on Sep 13, 2013
Update readme with link to apps using SMPageControl.
jerryhjones
committed
b89f54b
View commit details
Copy full SHA for b89f54b
Browse repository at this point
Commits on Sep 9, 2013
Merge pull request #13 from ebizboy/master
Show description for 0e69edd
jerryhjones
committed
0e69edd
View commit details
Copy full SHA for 0e69edd
Browse repository at this point
Overrides sizeThatFits: instead of sizeToFit
Show description for 2351e01
Insoo Kim
committed
2351e01
View commit details
Copy full SHA for 2351e01
Browse repository at this point
Commits on Sep 3, 2013
Podspec file
jerryhjones
committed
bc08308
View commit details
Copy full SHA for bc08308
Browse repository at this point
Improvements for maintaining backward compatibility.
jerryhjones
committed
9ea96f9
View commit details
Copy full SHA for 9ea96f9
Browse repository at this point
Updated Readme
jerryhjones
committed
d1a1c24
View commit details
Copy full SHA for d1a1c24
Browse repository at this point
iOS 7 example changes.
jerryhjones
committed
750da81
View commit details
Copy full SHA for 750da81
Browse repository at this point
Support for default style changes in iOS 7.
jerryhjones
committed
c54d6ca
View commit details
Copy full SHA for c54d6ca
Browse repository at this point
Fix a 1px discrepancy between UIPageControl an SMPageControl alignemnt.
jerryhjones
committed
15849ff
View commit details
Copy full SHA for 15849ff
Browse repository at this point
Match the correct enum value for jumping.
jerryhjones
committed
2cb2d93
View commit details
Copy full SHA for 2cb2d93
Browse repository at this point
Small amount of cleanup and refactor.
jerryhjones
committed
e796724
View commit details
Copy full SHA for e796724
Browse repository at this point
Adjustment to tap behavior property name.
jerryhjones
committed
46c87e4
View commit details
Copy full SHA for 46c87e4
Browse repository at this point
Makes individual indicators tappable
teejay
authored and
jerryhjones
committed
3efd541
View commit details
Copy full SHA for 3efd541
Browse repository at this point
Commits on Aug 14, 2013
Fix a bad pragma.
jerryhjones
committed
26c9bbd
View commit details
Copy full SHA for 26c9bbd
Browse repository at this point
Merge pull request #11 from PeteC/master
Show description for 7c0c069
jerryhjones
committed
7c0c069
View commit details
Copy full SHA for 7c0c069
Browse repository at this point
Commits on Aug 4, 2013
Fix warning. Cast the bitmapInfo parameter for CGBitmapContextCreate. This is safe to do - from docs "The constants for specifying the alpha channel information are declared with the CGImageAlphaIn…
Show description for 72a89b3
PeteC
committed
72a89b3
View commit details
Copy full SHA for 72a89b3
Browse repository at this point
Commits on Mar 20, 2013
Merge pull request #7 from mbinna/use-initWithCoder-instead-of-awakeFromNib
Show description for 608b73e
jerryhjones
committed
608b73e
View commit details
Copy full SHA for 608b73e
Browse repository at this point
Merge pull request #8 from mbinna/fix-IBOutlet-warnings
Show description for 47d81a5
jerryhjones
committed
47d81a5
View commit details
Copy full SHA for 47d81a5
Browse repository at this point
Commits on Feb 8, 2013
Remove unused property
mbinna
committed
39c7b87
View commit details
Copy full SHA for 39c7b87
Browse repository at this point
Change IBOutlet attributes from readonly to weak
Show description for c0cf830
mbinna
committed
c0cf830
View commit details
Copy full SHA for c0cf830
Browse repository at this point
Use initWithCoder: instead of awakeFromNib
Show description for 96bafd2
mbinna
committed
96bafd2
View commit details
Copy full SHA for 96bafd2
Browse repository at this point
Commits on Jan 27, 2013
Add License file.
jerryhjones
committed
2835b39
View commit details
Copy full SHA for 2835b39
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL