原创 UiviewController 自定義present 動畫 UIViewControllerAnimatedTransitioning

UIviewController 自定義present 動畫 // // PresentAndDismissAnimationController.h // TestTranstation // // Created by lanc

原创 UISegment 自定義

// code // // CustomSegment.h // Learn3 // // Created by lance on 14-4-11. // Copyright (c) 2014年 Lance. All ri

原创 log4j2 簡單使用方式

1.需要引入log4j-api-2.0.0jar, 和log4j-core-2.0.0.jar 測試類 package com.lan.action; import java.util.Random; import org.apac

原创 壓縮圖片

//壓縮分享圖片 UIImage *oriImage = _placeImv.image; CGFloat defaultWidth = 120.0; if (oriImage.size.widt

原创 UInavigationBar 顏色修改

self.navigationController.navigationBar.barTintColor = [UIColor blackColor]; self.navigationController.navigationBar.

原创 工具others

+ (void)setExtraCellLineHidden:(UITableView *)tableView { UIView *view = [[UIView alloc] init]; view.background