实例介绍
IOS音乐播放器
【实例截图】
【核心代码】
Music
├── Music
│ ├── Music
│ │ ├── Base.lproj
│ │ │ └── LaunchScreen.xib
│ │ ├── Classes
│ │ │ ├── AppDelegate.h
│ │ │ ├── AppDelegate.m
│ │ │ ├── Controller
│ │ │ │ ├── MusicPlayingViewController.h
│ │ │ │ ├── MusicPlayingViewController.m
│ │ │ │ └── MusicPlayingViewController.storyboard
│ │ │ ├── Model
│ │ │ │ ├── MusicLrcModel.h
│ │ │ │ ├── MusicLrcModel.m
│ │ │ │ ├── MusicModel.h
│ │ │ │ └── MusicModel.m
│ │ │ ├── Other
│ │ │ │ ├── Category
│ │ │ │ │ ├── CALayer+PauseAimate.h
│ │ │ │ │ ├── CALayer+PauseAimate.m
│ │ │ │ │ ├── NSString+MusicTimeExtension.h
│ │ │ │ │ ├── NSString+MusicTimeExtension.m
│ │ │ │ │ ├── UIColor+Addition.h
│ │ │ │ │ └── UIColor+Addition.m
│ │ │ │ ├── Lib
│ │ │ │ │ ├── MJExtension
│ │ │ │ │ │ ├── MJExtension.h
│ │ │ │ │ │ ├── MJExtensionConst.h
│ │ │ │ │ │ ├── MJExtensionConst.m
│ │ │ │ │ │ ├── MJFoundation.h
│ │ │ │ │ │ ├── MJFoundation.m
│ │ │ │ │ │ ├── MJProperty.h
│ │ │ │ │ │ ├── MJProperty.m
│ │ │ │ │ │ ├── MJType.h
│ │ │ │ │ │ ├── MJType.m
│ │ │ │ │ │ ├── NSObject+MJCoding.h
│ │ │ │ │ │ ├── NSObject+MJCoding.m
│ │ │ │ │ │ ├── NSObject+MJKeyValue.h
│ │ │ │ │ │ ├── NSObject+MJKeyValue.m
│ │ │ │ │ │ ├── NSObject+MJProperty.h
│ │ │ │ │ │ ├── NSObject+MJProperty.m
│ │ │ │ │ │ ├── NSString+MJExtension.h
│ │ │ │ │ │ └── NSString+MJExtension.m
│ │ │ │ │ └── Masonry
│ │ │ │ │ ├── MASCompositeConstraint.h
│ │ │ │ │ ├── MASCompositeConstraint.m
│ │ │ │ │ ├── MASConstraint+Private.h
│ │ │ │ │ ├── MASConstraint.h
│ │ │ │ │ ├── MASConstraint.m
│ │ │ │ │ ├── MASConstraintMaker.h
│ │ │ │ │ ├── MASConstraintMaker.m
│ │ │ │ │ ├── MASLayoutConstraint.h
│ │ │ │ │ ├── MASLayoutConstraint.m
│ │ │ │ │ ├── MASUtilities.h
│ │ │ │ │ ├── MASViewAttribute.h
│ │ │ │ │ ├── MASViewAttribute.m
│ │ │ │ │ ├── MASViewConstraint.h
│ │ │ │ │ ├── MASViewConstraint.m
│ │ │ │ │ ├── Masonry.h
│ │ │ │ │ ├── NSArray+MASAdditions.h
│ │ │ │ │ ├── NSArray+MASAdditions.m
│ │ │ │ │ ├── NSArray+MASShorthandAdditions.h
│ │ │ │ │ ├── NSLayoutConstraint+MASDebugAdditions.h
│ │ │ │ │ ├── NSLayoutConstraint+MASDebugAdditions.m
│ │ │ │ │ ├── View+MASAdditions.h
│ │ │ │ │ ├── View+MASAdditions.m
│ │ │ │ │ ├── View+MASShorthandAdditions.h
│ │ │ │ │ ├── ViewController+MASAdditions.h
│ │ │ │ │ └── ViewController+MASAdditions.m
│ │ │ │ └── main.m
│ │ │ ├── Tool
│ │ │ │ ├── MusicAudioTool.h
│ │ │ │ ├── MusicAudioTool.m
│ │ │ │ ├── MusicLrcTool.h
│ │ │ │ ├── MusicLrcTool.m
│ │ │ │ ├── MusicTool.h
│ │ │ │ └── MusicTool.m
│ │ │ └── View
│ │ │ ├── MusicLrcCell.h
│ │ │ ├── MusicLrcCell.m
│ │ │ ├── MusicLrcLabel.h
│ │ │ ├── MusicLrcLabel.m
│ │ │ ├── MusicLrcScrollView.h
│ │ │ └── MusicLrcScrollView.m
│ │ ├── Info.plist
│ │ ├── PrefixHeader.pch
│ │ ├── Resources
│ │ │ ├── Images
│ │ │ │ ├── bb@2x.jpg
│ │ │ │ ├── bb_icon@2x.jpg
│ │ │ │ ├── dzq@2x.jpg
│ │ │ │ ├── dzq_icon@2x.jpg
│ │ │ │ ├── eason@2x.jpg
│ │ │ │ ├── eason_icon@2x.jpg
│ │ │ │ ├── jay@2x.jpg
│ │ │ │ ├── jay_icon@2x.png
│ │ │ │ ├── jj@2x.jpg
│ │ │ │ ├── jj_icon@2x.png
│ │ │ │ ├── kzxd@2x.jpg
│ │ │ │ ├── kzxd_icon@2x.jpg
│ │ │ │ ├── lkq@2x.jpg
│ │ │ │ ├── lkq_icon@2x.jpg
│ │ │ │ ├── nanquan@2x.jpg
│ │ │ │ ├── nanquan_icon@2x.jpg
│ │ │ │ ├── wf@2x.jpg
│ │ │ │ ├── wf_icon@2x.jpg
│ │ │ │ ├── zxy@2x.jpg
│ │ │ │ └── zxy_icon@2x.jpg
│ │ │ ├── Lrcs
│ │ │ │ ├── 10405520.lrc
│ │ │ │ ├── 10736444.lrc
│ │ │ │ ├── 120125029.lrc
│ │ │ │ ├── 12309111.lrc
│ │ │ │ ├── 14945107.lrc
│ │ │ │ ├── 235319.lrc
│ │ │ │ ├── 255319.lrc
│ │ │ │ ├── 309769.lrc
│ │ │ │ ├── 339744.lrc
│ │ │ │ └── 鏈堝崐灏忓鏇?lrc
│ │ │ ├── MP3s
│ │ │ │ ├── 10405520.mp3
│ │ │ │ ├── 10736444.mp3
│ │ │ │ ├── 1201111234.mp3
│ │ │ │ ├── 120125029.mp3
│ │ │ │ ├── 12309111.mp3
│ │ │ │ ├── 14945107.mp3
│ │ │ │ ├── 235319.mp3
│ │ │ │ ├── 255319.mp3
│ │ │ │ ├── 309769.mp3
│ │ │ │ └── 339744.mp3
│ │ │ └── Musics.plist
│ │ └── images.xcassets
│ │ ├── AppIcon.appiconset
│ │ │ ├── AppIcon29x29@2x.png
│ │ │ ├── AppIcon29x29@3x.png
│ │ │ ├── AppIcon40x40@2x.png
│ │ │ ├── AppIcon40x40@3x.png
│ │ │ ├── AppIcon57x57.png
│ │ │ ├── AppIcon57x57@2x.png
│ │ │ ├── AppIcon60x60@2x.png
│ │ │ ├── AppIcon60x60@3x.png
│ │ │ └── Contents.json
│ │ ├── Contents.json
│ │ ├── LaunchImage.launchimage
│ │ │ ├── Contents.json
│ │ │ ├── Default-568h@2x.png
│ │ │ ├── Default-iphone6@2x.png
│ │ │ ├── Default-iphone6plus@3x.png
│ │ │ ├── Default.png
│ │ │ └── Default@2x.png
│ │ └── 鎾斁鐣岄潰
│ │ ├── main_tab_more.imageset
│ │ │ ├── Contents.json
│ │ │ └── main_tab_more@2x.png
│ │ ├── main_tab_more_h.imageset
│ │ │ ├── Contents.json
│ │ │ └── main_tab_more_h@2x.png
│ │ ├── miniplayer_btn_playlist_close.imageset
│ │ │ ├── Contents.json
│ │ │ └── miniplayer_btn_playlist_close@2x.png
│ │ ├── miniplayer_btn_playlist_close_b.imageset
│ │ │ ├── Contents.json
│ │ │ └── miniplayer_btn_playlist_close_b@2x.png
│ │ ├── player_btn_next_highlight.imageset
│ │ │ ├── Contents.json
│ │ │ └── player_btn_next_highlight@2x.png
│ │ ├── player_btn_next_normal.imageset
│ │ │ ├── Contents.json
│ │ │ └── player_btn_next_normal@2x.png
│ │ ├── player_btn_pause_highlight.imageset
│ │ │ ├── Contents.json
│ │ │ └── player_btn_pause_highlight@2x.png
│ │ ├── player_btn_pause_normal.imageset
│ │ │ ├── Contents.json
│ │ │ └── player_btn_pause_normal@2x.png
│ │ ├── player_btn_play_highlight.imageset
│ │ │ ├── Contents.json
│ │ │ └── player_btn_play_highlight@2x.png
│ │ ├── player_btn_play_normal.imageset
│ │ │ ├── Contents.json
│ │ │ └── player_btn_play_normal@2x.png
│ │ ├── player_btn_pre_highlight.imageset
│ │ │ ├── Contents.json
│ │ │ └── player_btn_pre_highlight@2x.png
│ │ ├── player_btn_pre_normal.imageset
│ │ │ ├── Contents.json
│ │ │ └── player_btn_pre_normal@2x.png
│ │ ├── player_slider_playback_thumb.imageset
│ │ │ ├── Contents.json
│ │ │ └── player_slider_playback_thumb@2x.png
│ │ ├── playing_translate_lyric_select_h.imageset
│ │ │ ├── Contents.json
│ │ │ └── playing_translate_lyric_select_h@2x.png
│ │ └── playing_translate_lyric_select_n.imageset
│ │ ├── Contents.json
│ │ └── playing_translate_lyric_select_n@2x.png
│ └── Music.xcodeproj
│ ├── project.pbxproj
│ ├── project.xcworkspace
│ │ ├── contents.xcworkspacedata
│ │ └── xcuserdata
│ │ └── hanlei.xcuserdatad
│ │ └── UserInterfaceState.xcuserstate
│ └── xcuserdata
│ └── hanlei.xcuserdatad
│ ├── xcdebugger
│ │ └── Breakpoints_v2.xcbkptlist
│ └── xcschemes
│ ├── Music.xcscheme
│ └── xcschememanagement.plist
└── __MACOSX
└── Music
└── Music
├── Base.lproj
├── Classes
│ ├── Controller
│ ├── Model
│ ├── Other
│ │ ├── Category
│ │ └── Lib
│ │ ├── MJExtension
│ │ └── Masonry
│ ├── Tool
│ └── View
├── Resources
│ ├── Images
│ ├── Lrcs
│ └── MP3s
└── images.xcassets
├── LaunchImage.launchimage
└── 鎾斁鐣岄潰
├── main_tab_more.imageset
├── main_tab_more_h.imageset
├── miniplayer_btn_playlist_close.imageset
├── miniplayer_btn_playlist_close_b.imageset
├── player_btn_next_highlight.imageset
├── player_btn_next_normal.imageset
├── player_btn_pause_highlight.imageset
├── player_btn_pause_normal.imageset
├── player_btn_play_highlight.imageset
├── player_btn_play_normal.imageset
├── player_btn_pre_highlight.imageset
├── player_btn_pre_normal.imageset
├── player_slider_playback_thumb.imageset
├── playing_translate_lyric_select_h.imageset
└── playing_translate_lyric_select_n.imageset
80 directories, 166 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论