Skip to content

AlexDavidLucky/Blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSDN博客地址:http://blog.csdn.net/y550918116j

GitHub博客地址:https://github.com/937447974/Blog

姓名:阳君

QQ:937447974

职位:IOS攻城师

如果你觉得我的博客很赞,请点击右上角的Star按钮;如果你对我的博客感兴趣,并想持续获得本人最新的博客源文件,欢迎点击右上角的Fork按钮。


1 IOS

1.1 Develop

1.2 Extension

1.3 Utils

1.4 Object-C

1.5 Swift

1.6 Cocoa Touch Layer

1.7 Media Layer

1.8 Core Services Layer

1.8 Core OS Layer

2 架构设计

3 算法

4 数据库

5 Git

6 工作

7 综合


#1 IOS

##1.1 Develop

NSLog打印优化

工具类YJUtils

系统按钮本地化

Block循环引用

##1.2 Extension

UIViewController+Extension

UITableView+Extension

UICollectionView+Extension

PHPhotoLibrary+Extension.md

PHAssetCollection+Extension

PHCollectionList+Extension

PHAsset+Extension

ACAccountStore+Extension

CMMotionActivity+Extension

##1.3 Utils

YJUtilsAPP

YJUtilsDeviceType

YJUtilsScreenSize

YJUtilsUserInterfaceIdiom

YJUtilsDirectory

##1.4 Objective-C

Blocks Programming

##1.5 Swift

方法(Methods)

下标(Subscripts)

继承(Inheritance)

初始化(Initialization)

销毁(Deinitialization)

可选链(Optional Chaining)

错误处理(Error Handling)

类型选择(Type Casting)

协议(Protocols)

访问控制(Access Control).md

高级运算符(Advanced Operators)

##1.6 Cocoa Touch Layer

###1.6.1 ContactsUI

ContactsUI(简介)

ContactsUI(选择联系人)

ContactsUI(修改联系人)

###1.6.2 NotificationCenter

NotificationCenter(简介)

NotificationCenter(实战)

###1.6.3 PhotosUI

PhotosUI(PHLivePhotoView)

###1.6.4 MessageUI

MessageUI(简介)

MessageUI(发送邮件)

MessageUI(发送短信)

###1.6.5 UIKit

UIWindow简单介绍

UINavigationController

UINavigationBar

UIToolbar

UITabBarController

UITabBar

UIBarItem

UIBarButtonItem

UITabBarItem

Auto Layout(NSLayoutConstraint)

Auto Layout(NSLayoutAnchor)

Auto Layout(Storyboard)

UIScrollView(UIScrollViewDelegate)

UIScrollView(Auto Layout)

UITableViewDataSource

UITableViewDelegate

UITableViewCell

UICollectionViewDataSource

UICollectionViewDelegate

UICollectionViewDelegateFlowLayout

UICollectionViewCell

UICollectionViewLayout

UIWebView(基础)

UIWebView(进阶)

UIWebView(高级)

UIGestureRecognizer(基础)

UIGestureRecognizer(进阶)

UIGestureRecognizer(高级)

##1.7 Media Layer

### 1.7.1 ImageIO

CGImageDestination Reference

CGImageSource Reference

ImageIO实战

### 1.7.2 Photos

Photos(简介)

Photos(PHObject)

Photos(简介)

Photos(PHAsset)

Photos(PHLivePhoto)

Photos(PHCollection)

Photos(PHAssetCollection)

Photos(PHCollectionList)

Photos(PHImageManager)

Photos(PHCachingImageManager)

Photos(PHChange)

Photos(PHObjectChangeDetails)

Photos(PHFetchResultChangeDetails)

Photos(PHAssetChangeRequest)

Photos(PHAssetCreationRequest)

Photos(PHAssetCollectionChangeRequest)

Photos(PHCollectionListChangeRequest)

##1.8 Core Services Layer

###1.8.1 Accounts

Accounts(简介)

ACAccountStore

ACAccountType

ACAccount

ACAccountCredential

###1.8.2 AdSupport

AdSupport(简介)

###1.8.3 Contacts

Contacts(简介)

Contacts(CNContactStore)

Contacts(CNSaveRequest)

Contacts(CNContact)

Contacts(CNLabeledValue)

Contacts(CNGroup)

Contacts(实战)

###1.8.4 CoreMotion

CoreMotion(简介)

CMMotionManager

CMMotionActivityManager

CMAltimeter

CMPedometer

CMSensorRecorder

###1.8.5 CoreSpotlight

CoreSpotlight(简介)

CSSearchableIndex

CSSearchableItem

CSSearchableItemAttributeSet

###1.8.6 CoreTelephony

CoreTelephony(简介)

CTSubscriber

CTTelephonyNetworkInfo

CTCallCenter

CTCarrier

CTCall

###1.8.7 Foundation

JSON解析

NSXMLParser

URL Session(NSURLSession)

URL Session(NSURLSessionDataTask))

URL Session(NSURLSessionUploadTask)

URL Session(NSURLSessionDownloadTask)

URL Session(Cache)

URL Session(Cookie)

Runtime关联引用

NSThread

NSOperation

NSOperationQueue

NSBlockOperation

NSRunLoop

NSBundle

NSBundleResourceRequest

NSNotification

NSNotificationCenter

NSNotificationQueue

NSFileManager

###1.8.8 JavaScriptCore

JavaScriptCore框架

###1.8.9 MultipeerConnectivity

MultipeerConnectivity(简介)

MCPeerID

MCSession

MCBrowserViewController

MCAdvertiserAssistant

MCNearbyServiceAdvertiser

MCNearbyServiceBrowser

###1.8.10 QuickLook

QuickLook(简介)

QLPreviewController

QLPreviewItem

QuickLook(实战)

###1.8.11 SafariServices

SafariServices(简介)

SFContentBlockerManager

SSReadingList

SFSafariViewController

###1.8.12 Social

Social(简介)

SLComposeServiceViewController

SLComposeViewController

SLRequest

###1.8.13 WebKit

WebKit(展示Web界面)

WebKit(WKScriptMessageHandler)

WebKit(WKUIDelegate)

WebKit(WKNavigationDelegate)

WebKit(刷新)

WebKit(导航)

WebKit(浏览记录)

WebKit(进度条)

##1.8 Core OS Layer

###1.8.1 System

IOS多线程

#2 架构设计

23设计模式之目录

MVC框架

MVP框架

MVVM框架

MVVM-ReactiveCocoa

AOP

#3 算法

堆排序

快速排序

基本数据结构

二叉搜索树

红黑树

B树

字符串匹配

数组(交OR并)

#4 数据库

MAC系统安装MySql

数据库的准则(范式)

SQL基础

利用SELECT检索数据

SQL内置函数

#5 Git

GitHub桌面版

SourceTree

生成SSH key

Git移除敏感数据

Git忽略文件

#6 工作

Xcode快捷键

个人简历

Mac系统安装JavaSE

ZSH安装

CocoaPods安装

podspec转podspec.json

Mac Gifl录制

#7 综合

一些综合性文档。

一个百度员工的离职感悟

三十年后,你有多少钱

一万小时定律

About

路漫漫其修远兮,吾将上下而求索!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published