Download MUKScrolling Free Java Code

Description

MUKScrolling is a simple, block based, ARC enabled, iOS 4+ library built to provide you some useful scrolling views.

Source Files

The download file MUKScrolling-master.zip has the following entries.


.gitignore//from  w  w  w .j  a v  a  2  s  . c  om
.gitmodules
Example/MUKScrollingExample/Default-568h@2x.png
Example/MUKScrollingExample/MUKScrollingExample.xcodeproj/project.pbxproj
Example/MUKScrollingExample/MUKScrollingExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Example/MUKScrollingExample/MUKScrollingExample/Classes/App Delegate/AppDelegate.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/App Delegate/AppDelegate.m
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Base Grid/GridViewController.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Base Grid/GridViewController.m
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Covers/CoversViewController.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Covers/CoversViewController.m
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Covers/CoversViewController.xib
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Images/Images/autumn.jpg
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Images/Images/building.jpg
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Images/Images/cat.jpg
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Images/Images/colors.jpg
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Images/Images/garden.jpg
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Images/ImagesViewController.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Images/ImagesViewController.m
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Pages/PagesViewController.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Pages/PagesViewController.m
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Pages/PagesViewController.xib
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Root/RootViewController.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Root/RootViewController.m
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Squares/SquaresViewController.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Squares/SquaresViewController.m
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Squares/SquaresViewController.xib
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Thumbnails/ThumbnailsViewController.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/Controllers/Thumbnails/ThumbnailsViewController.m
Example/MUKScrollingExample/MUKScrollingExample/Classes/Views/Cover/CoverView.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/Views/Cover/CoverView.m
Example/MUKScrollingExample/MUKScrollingExample/Classes/Views/Image/ImageCellView.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/Views/Image/ImageCellView.m
Example/MUKScrollingExample/MUKScrollingExample/Classes/Views/Label/LabelCellView.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/Views/Label/LabelCellView.m
Example/MUKScrollingExample/MUKScrollingExample/Classes/Views/Thumbnail/ThumbnailCellView.h
Example/MUKScrollingExample/MUKScrollingExample/Classes/Views/Thumbnail/ThumbnailCellView.m
Example/MUKScrollingExample/MUKScrollingExample/MUKScrollingExample-Info.plist
Example/MUKScrollingExample/MUKScrollingExample/MUKScrollingExample-Prefix.pch
Example/MUKScrollingExample/MUKScrollingExample/ViewController.h
Example/MUKScrollingExample/MUKScrollingExample/ViewController.m
Example/MUKScrollingExample/MUKScrollingExample/en.lproj/InfoPlist.strings
Example/MUKScrollingExample/MUKScrollingExample/main.m
LICENSE
MUKScrolling.xcodeproj/project.pbxproj
MUKScrolling.xcodeproj/project.xcworkspace/contents.xcworkspacedata
MUKScrolling.xcworkspace/contents.xcworkspacedata
MUKScrolling/Classes/Grid/Cell Options/MUKGridCellOptions.h
MUKScrolling/Classes/Grid/Cell Options/MUKGridCellOptions.m
MUKScrolling/Classes/Grid/Cell Size/Fixed/MUKGridCellFixedSize.h
MUKScrolling/Classes/Grid/Cell Size/Fixed/MUKGridCellFixedSize.m
MUKScrolling/Classes/Grid/Cell Size/MUKGridCellSize.h
MUKScrolling/Classes/Grid/Cell Size/MUKGridCellSize.m
MUKScrolling/Classes/Grid/Coordinate/MUKGridCoordinate.h
MUKScrolling/Classes/Grid/Coordinate/MUKGridCoordinate.m
MUKScrolling/Classes/Grid/MUKGridView.h
MUKScrolling/Classes/Grid/MUKGridView.m
MUKScrolling/Classes/Grid/Private/Cell/MUKGridCellView_.h
MUKScrolling/Classes/Grid/Private/Cell/MUKGridCellView_.m
MUKScrolling/Classes/Grid/Private/MUKGridView_Cell.h
MUKScrolling/Classes/Grid/Private/MUKGridView_Layout.h
MUKScrolling/Classes/Grid/Private/MUKGridView_RowsAndColumns.h
MUKScrolling/Classes/Grid/Private/MUKGridView_Storage.h
MUKScrolling/Classes/Grid/Private/Tap Recognizer/MUKGridCellViewTapGestureRecognizer_.h
MUKScrolling/Classes/Grid/Private/Tap Recognizer/MUKGridCellViewTapGestureRecognizer_.m
MUKScrolling/Classes/Recyclable View/MUKRecyclableView.h
MUKScrolling/Classes/Recyclable View/MUKRecyclableView.m
MUKScrolling/Classes/Recycling Scroll View/MUKRecyclingScrollView.h
MUKScrolling/Classes/Recycling Scroll View/MUKRecyclingScrollView.m
MUKScrolling/Classes/Recycling Scroll View/Private/MUKRecyclingScrollView_Memory.h
MUKScrolling/Classes/Recycling Scroll View/Private/MUKRecyclingScrollView_Storage.h
MUKScrolling/Classes/Types/MUKRecyclable.h
MUKScrolling/MUKScrolling-Prefix.pch
MUKScrolling/MUKScrolling.h
MUKScrolling/Unit Tests/Grid/Cell Size/MUKGridCellSizeTests.h
MUKScrolling/Unit Tests/Grid/Cell Size/MUKGridCellSizeTests.m
MUKScrolling/Unit Tests/Grid/Coordinate/MUKGridCoordinateTests.h
MUKScrolling/Unit Tests/Grid/Coordinate/MUKGridCoordinateTests.m
MUKScrolling/Unit Tests/Grid/MUKGridViewTests.h
MUKScrolling/Unit Tests/Grid/MUKGridViewTests.m
MUKScrolling/Unit Tests/Grid/Private/MUKGridViewPrivateTests.h
MUKScrolling/Unit Tests/Grid/Private/MUKGridViewPrivateTests.m
MUKScrolling/Unit Tests/MUKScrollingTests-Info.plist
MUKScrolling/Unit Tests/Recyclable View/MUKDummyRecyclableView.h
MUKScrolling/Unit Tests/Recyclable View/MUKDummyRecyclableView.m
MUKScrolling/Unit Tests/Recycling Scroll View/MUKRecyclingScrollViewTests.h
MUKScrolling/Unit Tests/Recycling Scroll View/MUKRecyclingScrollViewTests.m
MUKScrolling/Unit Tests/en.lproj/InfoPlist.strings
README.md

Download

Click the following link to download MUKScrolling-master.zip.

MUKScrolling-master.zip