This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func rowHeightForRowWithIndexPath(indexPath: NSIndexPath) -> CGFloat { | |
var identifier = self.segmentBar.selectedSegmentIndex == 0 ? "DataCellDefault" : "DataCellExcerpt" | |
let cell = tableView.dequeueReusableCellWithIdentifier(identifier) as DataTableViewCell | |
let dataItem = self.data[indexPath.section] | |
var result = CGFloat(0) | |
var sideMargin = CGFloat(8) | |
var screenWidth = UIScreen.mainScreen().bounds.width | |
var labelWidth = screenWidth - (2 * sideMargin) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"><head><link type="text/css" rel="stylesheet" href="/mturk-web/javax.faces.resource/common.css.jsf?ln=css" /><link type="text/css" rel="stylesheet" href="/mturk-web/javax.faces.resource/autoSuggest.css.jsf?ln=css" /><script type="text/javascript" src="/mturk-web/javax.faces.resource/jsf.js.jsf?ln=javax.faces&stage=Development"></script><script type="text/javascript" src="/mturk-web/javax.faces.resource/jquery.js.jsf"></script><script type="text/javascript" src="/mturk-web/javax.faces.resource/richfaces.js.jsf"></script><script type="text/javascript" src="/mturk-web/javax.faces.resource/richfaces-queue.js.jsf"></script><script type="text/javascript" src="/mturk-web/javax.faces.resource/richfaces-base-component.js.jsf"></script><script type="text/javascript" src="/mturk-web/javax.faces.resource/status.js.jsf?ln=org.richfaces"></script><link type="text/css" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'SVPullToRefresh' | |
s.version = '0.4.1' | |
s.platform = :ios, '5.0' | |
s.license = 'MIT' | |
s.summary = 'Give pull-to-refresh to any UIScrollView with 1 line of code.' | |
s.homepage = 'https://github.com/samvermette/SVPullToRefresh' | |
s.author = { 'Sam Vermette' => '[email protected]' } | |
s.source = { :git => 'https://github.com/ygweric/SVPullToRefresh.git', :commit => '1d40d1733f632e105dbcd3fb0b536f7454b572ab'} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Текущий баланс: | |
[ | |
{ | |
"type":"total", | |
"sum":2785.40 | |
}, | |
{ | |
"type":"projected", | |
"sum":150.00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'SVProgressHUD' | |
s.version = '0.9' | |
s.license = 'MIT' | |
s.summary = 'A clean and lightweight progress HUD' | |
s.homepage = 'https://github.com/samvermette/SVProgressHUD' | |
s.author = { 'Sam Vermette' => 'http://samvermette.com' } | |
s.source = { :git => 'https://github.com/samvermette/SVProgressHUD.git', :commit => '5a435c6d42371bd817606bfe56d7a232ad97a27a' } | |
s.description = 'SVProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task.' | |
s.source_files = 'SVProgressHUD/*.{h,m}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1BTyGB817TYqdoqnpHqT48u3Vgi8mZoJhp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'UIAlertView-Blocks' | |
s.version = '0.0.1' | |
s.platform = :ios | |
s.author = 'Jiva Devoe' | |
s.license = 'MIT' | |
s.requires_arc = true | |
s.summary = 'Category for UIAlertView and UIActionSheet which allows you to use blocks rather than implementing a delegate.' | |
s.description = 'A category for UIAlertView and UIActionSheet which allows you to use blocks to handle the pressed button events rather than implementing a delegate.' | |
s.source_files = '*.{h,m}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'KKPasscodeLock' | |
s.version = '0.1.5' | |
s.license = 'Apache 2.0' | |
s.summary = 'KKPasscodeLock is an iOS toolkit for adding a passcode view controller and passcode settings in ios apps.' | |
s.homepage = 'https://github.com/aporat/KKPasscodeLock.git' | |
s.author = { 'Adar Porat' => '[email protected]' } | |
s.source = { :git => 'https://github.com/aporat/KKPasscodeLock.git', :commit => 'b48e90e761' } | |
s.platform = :ios | |
s.source_files = 'src/*.{h,m}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'CorePlot' | |
s.version = '1.2' | |
s.license = 'BSD' | |
s.summary = 'Cocoa plotting framework for Mac OS X and iOS.' | |
s.homepage = 'https://github.com/djw/core-plot' | |
s.source = { :git => "https://github.com/djw/core-plot", :tag => "release_1.2" } | |
s.description = 'Core Plot is a plotting framework for OS X and iOS. It provides 2D visualization ' \ | |
'of data, and is tightly integrated with Apple technologies like Core Animation, ' \ |